2016-03-15 00:07:52 -05:00
|
|
|
# Nostalgia
|
2017-04-19 01:22:07 -05:00
|
|
|
|
2020-06-30 12:18:44 -05:00
|
|
|
## Prerequisites
|
2017-04-19 01:22:07 -05:00
|
|
|
|
2020-07-04 20:51:59 -05:00
|
|
|
* Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem)
|
|
|
|
* Install Make and CMake
|
|
|
|
* Install Conan
|
|
|
|
* Consider also install in Ninja build and ccache for faster build times
|
2020-04-11 03:07:52 -05:00
|
|
|
|
2020-06-30 12:18:44 -05:00
|
|
|
## Platform Specific Setup
|
2020-04-11 03:07:52 -05:00
|
|
|
|
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
|
|
|
|
|
2020-06-30 12:18:44 -05:00
|
|
|
Build options: release, debug, asan, gba, gba-debug
|
2017-04-19 01:22:07 -05:00
|
|
|
|
2020-06-29 11:32:59 -05:00
|
|
|
make setup-conan
|
2020-04-11 03:07:52 -05:00
|
|
|
make purge conan configure-{gba,release,debug} install
|