Update install scripts

Don't build NOX and OVS as root.  Also don't nuke kernel src.  Install
newer autoconf needed for OVS install from Deb backports, not src.
This commit is contained in:
Brandon Heller
2010-03-09 22:16:30 -08:00
parent e3a2ef011f
commit 188964c911
7 changed files with 49 additions and 32 deletions
+1 -7
View File
@@ -2,12 +2,6 @@
#Brandon Heller (brandonh@stanford.edu)
#Install NOX on Debian Lenny
#Install NOX deps:
sudo apt-get -y install autoconf automake g++ libtool python python-twisted swig libboost1.35-dev libxerces-c2-dev libssl-dev make
#Install NOX optional deps:
sudo apt-get install -y libsqlite3-dev python-simplejson
#Install NOX:
git clone git://noxrepo.org/noxcore
cd noxcore
@@ -19,4 +13,4 @@ make
#make check
#Add NOX_CORE_DIR env var;; modify ~/.bashrc:
sudo sed -i -e 's|# for examples$|&\ncomplete -cf sudo|' ~/.bashrc
sed -i -e 's|# for examples$|&\ncomplete -cf sudo|' ~/.bashrc