Fab modules - compiled version

From Fab Lab Wiki - by NMÍ Kvikan
Revision as of 14:42, 22 February 2011 by Frosti (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is how I installed the Fab Modules on Ubuntu and it seems to work. I got this tutorial on

  • fab modules
cd ~/Desktop
mkdir fabmodules
cd fabmodules
wget http://kokompe.cba.mit.edu/dist/fab.zip
unzip fab.zip
chmod +x bin/*
sudo mv bin/* /usr/local/bin
  • graphing and interface modules
apt-get -y install python-wxtools

And to run the Fab module simply write:

fab

and press enter