|
4 years ago | |
---|---|---|
ci_scripts | 5 years ago | |
cmake | 5 years ago | |
deps | 5 years ago | |
include | 4 years ago | |
resources | 5 years ago | |
src | 4 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 5 years ago | |
.gitmodules | 5 years ago | |
CMakeLists.txt | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
Build tested under GNU/Linux and mingw-w64 (both native and cross-compile).
Requirements of glfw apply, as it is also built.
Fetch submodules:
git submodule init
git submodule update
Generate build files:
mkdir build
cd build
cmake ..
Build:
make
You should end up with an asteroids
binary in the build directory.