From 1e06f724af71946beb372fe9cffb0fb5c54782a5 Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Fri, 28 Feb 2020 09:21:21 -0700 Subject: [PATCH] Quick correction to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231edb2..d17f22e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ make dingusppc ``` You may specify another build type using the variable CMAKE_BUILD_TYPE. -Due to the incomplete status of the program at this time, no additional libraries are required. +Due to the incomplete status of the program at this time, only Loguru is needed to compile the program. It is already included in the thirdparty folder and compiled along with the rest of DingusPPC. Future versions will include SDL 2 as a requirement.