From 621f88fa6a91c33d8821c36663882ddc88a3175e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 29 Jul 2020 00:54:22 -0500 Subject: [PATCH] [nostalgia/docs] Make Ninja required and link Developer Handbook in README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24d4934a..16a16b61 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ * 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 -* Install Make and CMake +* Install Ninja, Make, and CMake * Install [Conan](https://conan.io/) -* Consider also install in Ninja build and ccache for faster build times +* Consider also installing ccache for faster subsequent build times ## Platform Specific Setup @@ -34,3 +34,8 @@ Build options: release, debug, asan, gba, gba-debug ### GBA make gba-run + +## Contributing + +Please read the [Developer Handbook](developer-handbook.md) for information on +coding standards.