nostalgia/README.md

22 lines
479 B
Markdown
Raw Normal View History

2016-03-15 00:07:52 -05:00
# Nostalgia
## Prerequisites
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
## Platform Specific Setup
2020-04-11 03:07:52 -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, asan, gba, gba-debug
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