From afd8ba8cf2a9e759f4e059158831aa8d38b5fa8c Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:09:57 -0700 Subject: [PATCH] Slight adjustment for the readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 708042f..9c91a3b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,15 @@ You will also have to recursive clone or run git submodule update --init --recursive ``` -This is because the CubeB and Capstone modules are not included by default. All other components are already included in the thirdparty folder and compiled along with the rest of DingusPPC. +This is because the CubeB, Capstone, and SDL2 modules are not included by default. + +For SDL2, Linux users may also have run: + +``` +sudo apt install libsdl2-dev +``` + + CLI11 and loguru are already included in the thirdparty folder and compiled along with the rest of DingusPPC. For example, to build the project in a Unix-like environment, you will need to run the following commands in the OS terminal: