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 Aug 23, 2017
·
12 revisions
- 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 2015 or 2017
To start a build for all supported targets simply call
Mac/Linux: ./build.sh
Windows: build.bat (must be run as administrator when building for Tizen)
Or call build.bat -h or ./build.sh -h to display the usage of the script.
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.