forked from gameplay3d/gameplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing the Cross platform Dependencies
Sean Taylor edited this page Nov 22, 2013
·
4 revisions
Before attempting to build GamePlay, you will need to install the external dependencies using the scripts provided in the top-level directory of the GamePlay repository, as follows:
To install the dependencies on Windows, run the following from the top-level directory of your GamePlay repository:
install.bat
To install the dependencies on Mac, run the following from the top-level directory of your GamePlay repository:
./install.sh
See Linux Setup.
These scripts no longer take any parameters for the branch name and the proper gameplay-deps.zip is now associated in github as a release attachment zip file.