document error when binary not moved after build

This commit is contained in:
Ian Gilham 2020-03-12 17:08:26 +00:00
parent 5bd2e96ece
commit ced5066454
No known key found for this signature in database
GPG Key ID: 9597F133EF2FC115
1 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,11 @@ following from the Project: Starfighter base directory:
make
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:
Current directory "/Users/yourname/code/starfighter/src"
ERROR: TTF_OpenFont: Couldn't open data/TakaoPGothic.ttf
Run "./configure --help" to see all options for compiling.
------------------------------------------------------------------------