From 0017ac27efd96c948a26705d1cb9b8325869ac1f Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 27 Jun 2024 19:46:21 -0500 Subject: [PATCH] [nostalgia] Add gba-dev to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eccb4849..e604e025 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ * Install GCC, Clang, or Visual Studio with C++20 support * Install [devkitPro](https://devkitpro.org/wiki/Getting_Started) to build for GBA + * Install the gba-dev package * Install Python 3 * Install Ninja, Make, and CMake * Consider also installing ccache for faster subsequent build times