Go to file
2022-01-13 02:04:21 -06:00
.idea [nostalgia] Add CLion config 2021-07-30 20:08:23 -05:00
.vs [nostalgia] Add launch.vs.json 2020-02-16 14:18:22 -06:00
deps [ox/sd] Remove ox::move 2021-12-17 21:02:50 -06:00
devenv [nostalgia/devenv] Add missing pacman.conf 2022-01-13 02:04:21 -06:00
jenkins [nostalgia/jenkins] Update Jenkinsfiles for conan 2021-03-28 02:44:08 -05:00
sample_project [nostalgia][sample_project] Cleanup charset's y 2021-03-30 22:01:19 -05:00
scripts [nostalgia][buildcore] Move setup-bulid and pybb to buildcore 2021-03-02 21:16:07 -06:00
src [nostaliga/core/gba] Cleanup 2021-12-18 17:50:07 -06:00
.gitignore [nostalgia] Add scaffolding for ImGui 2021-07-06 21:02:42 -05:00
.liccor.yml [nostalgia] Start on new TileSheetEditor 2021-12-17 21:02:35 -06:00
.tracy.json [nostalgia] Add trace init 2021-03-08 20:12:41 -06:00
CMakeLists.txt [nostalgia] Start on new TileSheetEditor 2021-12-17 21:02:35 -06:00
conanfile.py [nostalgia] Start on new TileSheetEditor 2021-12-17 21:02:35 -06:00
developer-handbook.md [nostalgia] Fix typo in developer handbook 2021-12-11 19:16:29 -06:00
Dockerfile [nostalgia] Downgrade Docker devenv to Fedora 34 2021-12-17 22:00:36 -06:00
Makefile [nostalgia] Put run and debug of artifacts outside of the Docker devenv 2021-12-18 17:51:46 -06:00
README.md [nostalgia] Replace README instruction for VCPKG requirements with Conan 2021-03-28 02:13:01 -05:00

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.