ref: f4a810be51dcc129ae9e3ec3502a9bb9d6911842
parent: e324d40c5b67d667cef71c8af0918c17751ee445
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Apr 1 16:38:30 EDT 2020
Alter pkg-config notice, now that CMake uses it
--- a/README.md
+++ b/README.md
@@ -38,12 +38,14 @@
## 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
@@ -90,8 +92,6 @@
Once built, the executables can be found in the `game_english`/`game_japanese` folder, depending on the selected language.
### Makefile \[deprecated - use CMake instead\]
-
-*Note: this requires pkg-config*
Run 'make' in this folder, preferably with some of the following settings: