nostalgia/README.md

37 lines
677 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 [devkitPro](https://devkitpro.org/wiki/Getting_Started) to build for GBA
2020-07-04 20:51:59 -05:00
* Install Make and CMake
* Install [Conan](https://conan.io/)
2020-07-04 20:51:59 -05:00
* 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
## Run
### Studio
make run-studio
### Native Platform
make run
### GBA
make gba-run