Revision of Build FF Clone from Thu, 08/15/2013 - 22:24

The revisions let you track differences between multiple versions of a post.

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

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 .

Revisions

08/16/2013 - 21:08
mYself