If you're ready to start contributing, we recommend referring to build2 official documentation.
# Create the build configuration:
#
> bdep init -C @msvc cc ^
config.cxx=cl
# To build:
#
> bdep update# Create the build configuration:
#
$ bdep init -C @gcc cc \
config.cxx=g++
# To build:
#
$ bdep updateIW4x Launcher is licensed under the GPLv3.