From 1d821ad459de218e71e5a5738257994c511b7391 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 22 Nov 2017 20:11:02 -0500 Subject: [PATCH] Corrected name of build tool. --- BUILD.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.txt b/BUILD.txt index 59555e431..cc2bcf60e 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -1,7 +1,7 @@ Linux, BSD ========== -Prerequisites are SDL 2, ZLib and OpenGL (or Mesa), and SConstruct for the provided build script. OpenGL 3.2 or better is required at runtime. +Prerequisites are SDL 2, ZLib and OpenGL (or Mesa), and SCons for the provided build script. OpenGL 3.2 or better is required at runtime. Build: @@ -27,4 +27,4 @@ There are no prerequisites beyond the normal system libraries; the macOS build i Build: open the Xcode project in OSBindings/Mac and press command+b. -Machine ROMs are intended to be built into the application bundle; populate the dummy folders below ROMImages before building. \ No newline at end of file +Machine ROMs are intended to be built into the application bundle; populate the dummy folders below ROMImages before building.