mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 04:02:50 +01:00
Update Docs/DeveloperSetup.md
This commit is contained in:
parent
d58e8184e4
commit
236f27d07f
@ -8,13 +8,13 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git ScreenPlay
|
||||
1. [Install instructions Windows](#windows)
|
||||
1. [Install instructions Linux](#linux)
|
||||
1. [Install instructions MacOSX](#macosx)
|
||||
4. Start install-dependencies.bat to download dependencies. This will create a ScreenPlay-vcpkg folder in the same directory as your ScreenPlay source folder.
|
||||
4. Start the following script to download all needed dependencies automatically. This will create a ScreenPlay-vcpkg folder in the same directory as your ScreenPlay source folder.
|
||||
``` bash
|
||||
#Windows
|
||||
# Windows
|
||||
cd Tools
|
||||
.\install_dependencies_windows.bat
|
||||
|
||||
#Linux and MacOSX
|
||||
# Linux and MacOSX
|
||||
cd Tools
|
||||
chmod +x install_dependencies_linux_mac.sh
|
||||
.\install_dependencies_linux_mac.sh
|
||||
|
Loading…
Reference in New Issue
Block a user