From f4a810be51dcc129ae9e3ec3502a9bb9d6911842 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 1 Apr 2020 20:38:30 +0100 Subject: [PATCH] Alter pkg-config notice, now that CMake uses it --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37bfb58b..362b4b7d 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,14 @@ Many months of copypasting and tinkering later, here is the result. ## Dependencies -*Note: with CMake, if these are not found, they will be built locally* - * SDL2 * FreeType * FLTK +In CMake builds, if these are not found, they will be built locally. + +In addition, `pkg-config` is required for Makefile builds, and CMake builds that require static-linkage. + ## Building ### CMake @@ -91,8 +93,6 @@ Once built, the executables can be found in the `game_english`/`game_japanese` f ### Makefile \[deprecated - use CMake instead\] -*Note: this requires pkg-config* - Run 'make' in this folder, preferably with some of the following settings: Name | Function