Remove pkg-config from the readme's list of dependencies
It only applies to the Makefile
This commit is contained in:
parent
5c339ef686
commit
95e5e859a3
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,6 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi
|
||||||
|
|
||||||
* SDL2
|
* SDL2
|
||||||
* FreeType
|
* FreeType
|
||||||
* pkg-config
|
|
||||||
* FLTK
|
* FLTK
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -45,6 +44,8 @@ Once built, the executables can be found in `build_en` or `build_jp`, depending
|
||||||
|
|
||||||
### Makefile (deprecated)
|
### Makefile (deprecated)
|
||||||
|
|
||||||
|
*Note: this requires pkg-config*
|
||||||
|
|
||||||
Run 'make' in the base directory, preferably with some of the following settings:
|
Run 'make' in the base directory, preferably with some of the following settings:
|
||||||
|
|
||||||
* `RELEASE=1` - Compile a release build (optimised, stripped, etc.)
|
* `RELEASE=1` - Compile a release build (optimised, stripped, etc.)
|
||||||
|
|
Loading…
Add table
Reference in a new issue