Go to file
2021-03-30 20:35:42 -05:00
.vs [nostalgia] Add launch.vs.json 2020-02-16 14:18:22 -06:00
cmake/modules [nostalgia,buildcore] Move a lot of generic CMake stuff to BuildCore 2021-03-26 22:05:31 -05:00
deps [buildcore] Make conan properly use own profile 2021-03-28 00:41:34 -05:00
devenv [nostalgia/devenv] Remove dependency on external devenv Docker image 2018-04-13 18:32:25 -05:00
jenkins [nostalgia/jenkins] Update Jenkinsfiles for conan 2021-03-28 02:44:08 -05:00
sample_project [nostalgia/sample_project/descriptors] Change tiles name to pixels in NostalgiaGraphic 2021-03-23 00:03:14 -05:00
scripts [nostalgia][buildcore] Move setup-bulid and pybb to buildcore 2021-03-02 21:16:07 -06:00
src [nostalgia] Port to Qt6 2021-03-30 20:35:42 -05:00
.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 [nostalgia] Remove Conan setup for GBA builds 2021-03-28 00:58:15 -05:00
conanfile.py [nostalgia] Switch back to conan 2021-03-28 00:25:30 -05:00
developer-handbook.md [nostalgia] Add oxError to the Developer Handbook 2021-03-18 01:33:29 -05:00
Dockerfile [nostalgia] Update Dockerfile to support vcpkg 2020-08-28 19:14:35 -05:00
LICENSE
Makefile [nostalgia][buildcore] Put vcpkg pkgs in variable 2021-03-02 21:32:00 -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.