This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Build
Martin Treacy-Schwartz edited this page Dec 3, 2016
·
12 revisions
###Dependencies
- python 2.7 or higher (not working for python 3)
- Windows: Go here to download and install Python
- Mac: Should come with Python out of the box or else run 'brew install python'
- cmake (will be automatically downloaded)
- Mac: XCode
- Windows: Visual Studio
###How to build
To start a build for all supported targets simply call
Mac: ./build.sh
Windows: build.bat
Or you can run the actual build script directly found at build/jenkins/main.py or call build/jenkins/main.py -h to display the usage of the script.
###How to develop
If you developing the SDK, you can use the generated project files to work with.
They are located under build/jenkins/build/[target] after calling the build.sh or build.bat.