From b4a7b7690e1d873806a85fdba95a987aac4191e5 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 24 Mar 2022 00:58:38 -0500 Subject: [PATCH] [nostalgia] Remove conan from README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 49860673..d310a042 100644 --- a/README.md +++ b/README.md @@ -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