Version von Build FF Clone vom Do, 11/07/2013 - 17:37

Durch die Versionierung lassen sich die Unterschiede zwischen verschiedenen Versionen eines Beitrags verfolgen.

Back to referring page

Notice: This page is a part of my personal profile page, and may be moved or deleted without prior notice.

The license of this game is not specified (non-free), therefore it is not advised to use it. I will try to contact the author of the work, and if he does not agree to give a license statement to the game source code (release it as free software), then I remove this page, and all the related stuff.

Prepare & Build

sudo apt-get update
sudo apt-get --no-install-recommends install make gcc libcairo2-dev liblua5.1-0-dev
wget http://www.olsak.net/mirek/ff-clone/ff-clone-1.1.tgz
tar xf ff-clone-1.1.tgz
rm -f ff-clone-1.1.tgz
cd ff-clone-1.1
make

Clean

mkdir ../build
mv ff-clone data ../build
echo ./ff-clone -d data>../build/run-ff-clone.sh
rm -fr ../ff-clone-1.1
mv ../build ../ff-clone-1.1
cd .

Pre-compiled binaries can be downloaded here. The official website of the game is here.

Versionen

08/16/2013 - 21:08
mYself