[nostalgia] Add vcpkg prerequisites to README

This commit is contained in:
Gary Talent 2020-08-05 20:30:05 -05:00
parent 3d40b6f99a
commit 3a339ea191

View File

@ -5,6 +5,7 @@
* 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 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