ft2-clone

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

commit 307ecd87596c4927ee0c972cca568ba03d5ebb6c
parent d8fb82193aca3a04f7d9e21a8029eae997fc3856
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Tue,  3 Mar 2020 15:03:36 +0100

Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -16,7 +16,10 @@ Linux binaries can be found [here](http://phd-sid.ethz.ch/debian/.fasttracker2/) If these don't work for you, you'll have to compile the code manually. # Compiling the code -Please read HOW-TO-COMPILE.txt file in the repository. +Build instructions can be found in the repository (HOW-TO-COMPILE.txt). + +Keep in mind that the program may fail to compile on Linux, depending on your distribution and GCC version. \ +Please don't nag me about it, and try to use the Linux packages linked to from [16-bits.org](https://16-bits.org/ft2.php) instead. PS: The source code is quite hackish and hardcoded. \ My first priority is to make an _accurate_ 1:1 clone, and not to make flexible and easily modifiable code.