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.
9 lines
320 B
Bash
Executable File
9 lines
320 B
Bash
Executable File
#!/bin/sh
|
|
#Brandon Heller (brandonh@stanford.edu)
|
|
#Install NOX deps 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 |