ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit dc51a65d0a1e47a7fd7005b0ecc0d009838faa11
parent 20991c169050740d3d2097894213281c160c2bb8
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Mon,  2 Dec 2019 13:03:13 +0100

Fixed some typos and added unwanted files to .gitignore

Diffstat:
A.gitignore | 12++++++++++++
MHOW-TO-COMPILE.txt | 6+++---
2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,12 @@ + +*.db +*.ilk +*.pdb +*.log +*.res +*.tlog +*.obj +*.idb +*.exe +*.cache +vs2019_project/.vs/ft2-clone/v16/.suo diff --git a/HOW-TO-COMPILE.txt b/HOW-TO-COMPILE.txt @@ -18,7 +18,7 @@ Compiled Windows/macOS binaries are always available at 16-bits.org/ft2.php Ubuntu/Debian and similar: build-essential libsdl2-dev Fedora: gcc gcc-c++ alsa-lib-devel SDL2-devel Others: www.google.com (you want gcc, g++ (or c++), alsa dev and SDL2 dev) - 2. Compile the FT2 clone: (folder: "ft2clone") + 2. Compile the FT2 clone: (folder: "ft2-clone") chmod +x make-linux.sh (only needed once) ./make-linux.sh @@ -33,7 +33,7 @@ Compiled Windows/macOS binaries are always available at 16-bits.org/ft2.php 1. Download Visual Studio Community 2019 (it's free) 2. Start the installer and select the "Desktop development with C++" package 3. Install and wait for it to finish... - 4. Open "ft2clone\vs2019_project\ft2-clone.sln" + 4. Open "ft2-clone\vs2019_project\ft2-clone.sln" 5. If you're missing the Windows 10 SDK, then you need to change the Windows SDK version used in the project settings for both debug and release x86/x64. 6. Compile (make sure it's in Release mode. Also note x86/x64) @@ -44,6 +44,6 @@ Compiled Windows/macOS binaries are always available at 16-bits.org/ft2.php 2. Download the SDL 2.0.10 framework here: https://www.libsdl.org/release/SDL2-2.0.10.dmg 3. Inside the package, copy SDL2.framework to /Library/Frameworks/ - 4. Compile the FT2 clone: (folder: "ft2clone"): + 4. Compile the FT2 clone: (folder: "ft2-clone"): chmod +x make-macos.sh (only needed once) ./make-macos.sh