From 95e5e859a3d3b2105f4c7c88b1b824cbd01b2d69 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 30 Apr 2019 12:59:50 +0100 Subject: [PATCH] Remove pkg-config from the readme's list of dependencies It only applies to the Makefile --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ef950db..9ab39bde 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi * SDL2 * FreeType -* pkg-config * FLTK ## Building @@ -45,6 +44,8 @@ Once built, the executables can be found in `build_en` or `build_jp`, depending ### Makefile (deprecated) +*Note: this requires pkg-config* + Run 'make' in the base directory, preferably with some of the following settings: * `RELEASE=1` - Compile a release build (optimised, stripped, etc.)