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 Mar 2, 2018
·
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 + VS Common Tools
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). By default the build script tries to use Visual Studio 2017 to use Visual Studio 2015 call build.bat -v 2015
Or call build.bat -h or ./build.sh -h to display the usage of the script.
To build just a specific target call command with argument -t (available targets can be shown calling with -h argument).
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.