[nostalgia/docs] Make Ninja required and link Developer Handbook in README
This commit is contained in:
parent
9eee36d18e
commit
621f88fa6a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user