From 1b7b8922f371a3d9ec372bc58d6a3ec9038f0ed9 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 21 Mar 2019 18:56:55 +0000 Subject: [PATCH] Added pkg-config to the list of dependencies I swear me and Cucky talked about this already, yet for some reason I never added it. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7cfec27..68bd812f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi ## Dependencies -This project currently depends on SDL2 and FreeType. +* SDL2 +* FreeType +* pkg-config ## Building