Dependency for axes.
Before build, check all submodules are initialized correctly.
git submodule update --init --recursive # -f (if needed)for Windows User:
# First, set all the environment variables.
$env:SDK_PATH="<path-to-sdk>" # default: ./sdk
$env:BUILD_TYPE="RelWithDebInfo" # default: "RelWithDebInfo"
# Other variables, e.g. cmake, extra cmake configure command, see implementation.
./build.ps1for Unix User:
SDK_PATH="<path-to-sdk>" BUILD_TYPE="RelWithDebInfo" ./build.shThe output should be:
<path-to-sdk>/<build-type>
|- bin
|- include
|- lib
|- sharegladis likely to suffer from network issues, just remove<build-dir>/glad/and retry the script.- most libraries, like
boost, build time is too long. (but once built, no more effort is required).