From 1d891d96c15bd1e6ea4838fade7ea34347fce649 Mon Sep 17 00:00:00 2001 From: Layla Marchant Date: Thu, 12 Mar 2020 17:17:53 -0400 Subject: [PATCH] Better explanation. --- README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index bd5571b..ef1d854 100644 --- a/README.txt +++ b/README.txt @@ -104,10 +104,10 @@ 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 +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 +required; in particular, failure to do so under MacOS leads to a failure +to load data (images, sounds, fonts) needed by Starfighter. Run "./configure --help" to see all options for compiling.