Go to file
2021-04-25 15:05:39 -05:00
.vs
deps [ox/std] Improve noexcept correctness and make Error parameters into references 2021-04-25 15:05:39 -05:00
devenv
jenkins
sample_project
scripts
src
.gitignore [nostalgia] Switch back to conan 2021-03-28 00:25:30 -05:00
.liccor.yml [nostalgia] Update liccor file 2021-01-21 00:34:08 -06:00
.tracy.json [nostalgia] Add trace init 2021-03-08 20:12:41 -06:00
CMakeLists.txt
conanfile.py [nostalgia] Switch back to conan 2021-03-28 00:25:30 -05:00
developer-handbook.md [nostalgia] Add new oxRequire variants to handbook 2021-04-17 18:29:40 -05:00
Dockerfile
LICENSE
Makefile [gbabuildcore] Move GBA cmake files to gbabuildcore 2021-04-03 02:40:57 -05:00
README.md

Nostalgia

Prerequisites

  • Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem)
  • Install devkitPro to build for GBA
  • Install Python 3
  • Install Conan
  • Install Ninja, Make, and CMake
  • Consider also installing ccache for faster subsequent build times

Platform Specific Setup

macOS

Install and use gmake instead of the make that comes with the system.

Build

Build options: release, debug, asan, gba, gba-debug

make conan-config
make purge conan configure-{gba,release,debug} install

Run

Studio

make run-studio

Native Platform

make run

GBA

make gba-run

Contributing

Please read the Developer Handbook for information on coding standards.