|
1 year ago | |
---|---|---|
ci_scripts | 2 years ago | |
cmake | 2 years ago | |
deps | 2 years ago | |
include | 1 year ago | |
resources | 2 years ago | |
src | 1 year ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 2 years ago | |
.gitmodules | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 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.