Better explanation.
This commit is contained in:
parent
a81971e639
commit
1d891d96c1
|
@ -104,10 +104,10 @@ following from the Project: Starfighter base directory:
|
||||||
make
|
make
|
||||||
mv src/starfighter .
|
mv src/starfighter .
|
||||||
|
|
||||||
Note that you may see errors relating to 'TTF_OpenFont' failures if you did not move the binary out of the src directory. E.g:
|
For Windows and MacOS, a run in place build is preferred. Note that the
|
||||||
|
final step (moving the Starfighter binary out from the src directory) is
|
||||||
Current directory "/Users/yourname/code/starfighter/src"
|
required; in particular, failure to do so under MacOS leads to a failure
|
||||||
ERROR: TTF_OpenFont: Couldn't open data/TakaoPGothic.ttf
|
to load data (images, sounds, fonts) needed by Starfighter.
|
||||||
|
|
||||||
Run "./configure --help" to see all options for compiling.
|
Run "./configure --help" to see all options for compiling.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue