Alter pkg-config notice, now that CMake uses it

This commit is contained in:
Clownacy 2020-04-01 20:38:30 +01:00
parent e324d40c5b
commit f4a810be51

View file

@ -38,12 +38,14 @@ Many months of copypasting and tinkering later, here is the result.
## Dependencies ## Dependencies
*Note: with CMake, if these are not found, they will be built locally*
* SDL2 * SDL2
* FreeType * FreeType
* FLTK * 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 ## Building
### CMake ### CMake
@ -91,8 +93,6 @@ Once built, the executables can be found in the `game_english`/`game_japanese` f
### Makefile \[deprecated - use CMake instead\] ### Makefile \[deprecated - use CMake instead\]
*Note: this requires pkg-config*
Run 'make' in this folder, preferably with some of the following settings: Run 'make' in this folder, preferably with some of the following settings:
Name | Function Name | Function