[nostalgia] Remove conan from README

This commit is contained in:
Gary Talent 2022-03-24 00:58:38 -05:00
parent e1c82117f9
commit b4a7b7690e

View File

@ -5,7 +5,6 @@
* Install GCC, Clang, or Visual Studio with C++20 support
* Install [devkitPro](https://devkitpro.org/wiki/Getting_Started) to build for GBA
* Install Python 3
* Install Conan
* Install Ninja, Make, and CMake
* Consider also installing ccache for faster subsequent build times
@ -13,8 +12,7 @@
Build options: release, debug, asan, gba, gba-debug
make conan-config
make purge conan configure-{gba,release,debug} install
make purge configure-{gba,release,debug} install
## Run