From 54383b38e6e7f88cf06d215f9d3773fd49a9a47b Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 28 Mar 2021 02:13:01 -0500 Subject: [PATCH] [nostalgia] Replace README instruction for VCPKG requirements with Conan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e05ee9ab..1a0b46ec 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ * 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 Python 3 +* Install Conan * 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