-
After you cloned the repository, load all the submodules:
git submodules update --init --recursive
-
Build all the dependencies with
./build-deps-<your_os>.sh
where your_os is "osx" or "windows"
-
Go th the project folder and run the build script there
cd helloworld
./build-<your_os>.sh
The built binary path is: helloworld/target-<your_os>/helloworld