From ced506645480a66a60f84d3646d6ae59f7522a92 Mon Sep 17 00:00:00 2001 From: Ian Gilham Date: Thu, 12 Mar 2020 17:08:26 +0000 Subject: [PATCH] document error when binary not moved after build --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index 89b93d6..6fafbdb 100644 --- a/README.txt +++ b/README.txt @@ -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. ------------------------------------------------------------------------