2016-03-15 00:07:52 -05:00
|
|
|
# Nostalgia
|
2017-04-19 01:22:07 -05:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2017-04-19 01:22:07 -05:00
|
|
|
### 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
|
2017-04-19 01:22:07 -05:00
|
|
|
|
2020-04-11 03:07:52 -05:00
|
|
|
make purge conan configure-{gba,release,debug} install
|