~ salmonella-environment-setup (master) d00ae57dee6701bbeb0f1c7cb65ad6deaa19d7f6
commit d00ae57dee6701bbeb0f1c7cb65ad6deaa19d7f6 Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Fri Oct 10 20:02:20 2014 -0300 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Fri Oct 10 20:02:20 2014 -0300 debian-wheezy.sh: installation steps for wiring pi Required by raspberry-pi-gpio. diff --git a/debian-wheezy.sh b/debian-wheezy.sh index 7f24d89..6871a92 100755 --- a/debian-wheezy.sh +++ b/debian-wheezy.sh @@ -243,3 +243,13 @@ cd nanomsg-0.4-beta ./configure --prefix=/usr/local make sudo make install + + +### wiring pi (for raspberry-pi-gpio) + +mkdir -p $tmpdir/wiringPi +cd $tmpdir/wiringPi +git clone git://git.drogon.net/wiringPi +cd wiringPi +git checkout df45388f6431f7baba31ac1e8e242d89828637a0 +./buildTrap