git clone
https://github.com/jstefanop/bfgminer.git ./futurebit
cd futurebit
git checkout futurebit2_driver
./autogen.sh
./configure --disable-other-drivers --enable-scrypt --enable-futurebit
make
should do it if you have all the right dependencies installed(check the readme for those).