Skip to content

ViniNotes

Saverio Proto edited this page Jun 25, 2012 · 2 revisions

Install SFI tools

It is very important the you delete all the old files from previous installation of sfi tools

First of all became root

sudo su

note that using sudo for every single command in the following did not work for me

cd /usr/src
cd sfa
git clone git://git.planet-lab.org/sfa.git
git checkout -b prova-1.0.7 sfa-1.0-7
python ./setup.py build
python ./setup.py install
Clone this wiki locally