.vs | ||
cmake/modules | ||
deps | ||
devenv | ||
jenkins | ||
sample_project | ||
scripts | ||
src | ||
.gdblogger.json | ||
.gitignore | ||
.liccor.yml | ||
CMakeLists.txt | ||
conanfile.py | ||
developer-handbook.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md |
Nostalgia
Setup
Linux
Make sure conan is using the C++11 version of libstdc++.
conan profile update settings.compiler.libcxx=libstdc++11 default
macOS
Install and use gmake instead of the make that comes with the system.
Build
Build options: release, debug, gba, gba-debug
make setup-conan
make purge conan configure-{gba,release,debug} install