Go to file
2020-09-05 21:10:15 -05:00
.vs [nostalgia] Add launch.vs.json 2020-02-16 14:18:22 -06:00
cmake/modules [nostalgia] Get building with Conan 2019-12-30 22:51:35 -06:00
deps [QDark] Make an Object library 2020-09-05 19:29:41 -05:00
devenv [nostalgia/devenv] Remove dependency on external devenv Docker image 2018-04-13 18:32:25 -05:00
jenkins [nostalgia] Add support for a persistent external vcpkg dir 2020-08-15 20:59:37 -05:00
sample_project [nostalgia/sample_project] Modify some characters in Charset 2020-07-18 17:09:26 -05:00
scripts Squashed 'deps/QDark/' content from commit 6aef1de 2020-09-05 19:26:53 -05:00
src [nostalgia/studio] Use QDark theme 2020-09-05 21:10:15 -05:00
.gdblogger.json [nostalgia] Switch to strong int Error 2019-07-28 00:32:42 -05:00
.gitignore Squashed 'deps/QDark/' content from commit 6aef1de 2020-09-05 19:26:53 -05:00
.liccor.yml [nostalgia] Update liccor for 2020 2020-02-16 14:16:16 -06:00
CMakeLists.txt [nostalgia/studio] Use QDark theme 2020-09-05 21:10:15 -05:00
developer-handbook.md [nostalgia] Add Claw and OC to handbook 2020-07-29 00:35:31 -05:00
Dockerfile [nostalgia] Update Dockerfile to support vcpkg 2020-08-28 19:14:35 -05:00
LICENSE Initial commit. 2016-03-15 00:14:56 -05:00
Makefile [nostalgia] Add ENV_RUN to build commands in Makefile 2020-08-28 18:58:03 -05:00
README.md [nostalgia] Add vcpkg prerequisites to README 2020-08-05 20:30:05 -05:00

Nostalgia

Prerequisites

  • Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem)
  • Install devkitPro to build for GBA
  • Install Ninja, Make, and CMake
  • Ensure you have prerequisites for vcpkg (curl, zip, unzip)
  • 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 vcpkg
make purge 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.