shithub: ft2-clone

Download patch

ref: f42084c7138a0ce455e601b6818ba35aec822928
parent: 9217cd8b187d4626644151aa30c8ac6f88a6e563
author: Olav Sørensen <olav.sorensen@live.no>
date: Wed Jan 13 16:21:12 EST 2021

Updated some docs

--- a/HOW-TO-COMPILE.txt
+++ b/HOW-TO-COMPILE.txt
@@ -38,11 +38,11 @@
  6. Compile (make sure it's in Release mode. Also note x86/x64)
 
 
-== COMPILING ON MAC OS X 10.7 OR NEWER ==
+== 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.12 framework here:
-    https://www.libsdl.org/release/SDL2-2.0.12.dmg
+ 2. Download the SDL 2.0.14 framework here:
+    https://www.libsdl.org/release/SDL2-2.0.14.dmg
  3. Inside the package, copy SDL2.framework to /Library/Frameworks/
- 4. Compile the FT2 clone:     (folder: "ft2-clone"):
+ 4. Compile the FT2 clone:      (folder: "ft2-clone")
     chmod +x make-macos.sh      (only needed once)
    ./make-macos.sh
--- a/release/problems.txt
+++ b/release/problems.txt
@@ -1,8 +1,3 @@
-Windows: If the program can't start at all, you might need to install
-"Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019"
-which can be found here:
-https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
-
 If you have any problems, read Help -> "Problems/FAQ" inside the program.
 Also read "Known bugs".