nostalgia/README.md

20 lines
355 B
Markdown
Raw Normal View History

2016-03-15 00:07:52 -05:00
# Nostalgia
## Setup
2020-04-11 03:07:52 -05:00
### Linux
Make sure conan is using the C++11 version of libstdc++.
conan profile update settings.compiler.libcxx=libstdc++11 default
### macOS
2020-04-11 03:07:52 -05:00
Install and use gmake instead of the make that comes with the system.
## Build
Build options: release, debug, gba, gba-debug
2020-04-11 03:07:52 -05:00
make purge conan configure-{gba,release,debug} install