commit 0b359f7017575ff45ba034184a786b56ca6ac190
parent 23cf84e9ca9fb7e88d86b230bf87b3339f4d8c4b
Author: Olav Sørensen <olav.sorensen@live.no>
Date: Fri, 12 May 2023 21:18:43 +0200
Update HOW-TO-COMPILE.txt
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/HOW-TO-COMPILE.txt b/HOW-TO-COMPILE.txt
@@ -40,8 +40,7 @@ Compiled Windows/macOS binaries are always available at 16-bits.org/ft2.php
== COMPILING ON MAC OS X 10.15 OR NEWER ==
1. Download and install the "Command Line Tools" XCode package (google it)
- 2. Download the SDL 2.0.14 framework here:
- https://www.libsdl.org/release/SDL2-2.0.14.dmg
+ 2. Download the SDL 2 framework at https://www.libsdl.org
3. Inside the package, copy SDL2.framework to /Library/Frameworks/
4. Compile the FT2 clone: (folder: "ft2-clone")
chmod +x make-macos.sh (only needed once)