~ salmonella-environment-setup (master) 507c5f41bc6fd7ad0cafc1aacf76c1c4fea73b8f
commit 507c5f41bc6fd7ad0cafc1aacf76c1c4fea73b8f Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Mon Oct 7 20:04:23 2013 -0300 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Mon Oct 7 20:04:23 2013 -0300 Install iup development stuff diff --git a/debian-wheezy.sh b/debian-wheezy.sh index 1f39fab..4328b94 100755 --- a/debian-wheezy.sh +++ b/debian-wheezy.sh @@ -158,3 +158,12 @@ cd libgit2 mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local sudo cmake --build . --target install + + +### iup + +mkdir -p $tmpdir/iup +cd $tmpdir/iup +wget "http://sourceforge.net/projects/iup/files/3.8/Linux%2520Libraries/iup-3.8_Linux32_64_lib.tar.gz" +tar xzvf iup-3.8_Linux32_64_lib.tar.gz +sudo bash install_devTrap