Skip to content
Snippets Groups Projects
Commit 8ff7ee42 authored by Brandon Heller's avatar Brandon Heller
Browse files

Remove NOX_INSTALL file

NOX Install is covered in the wiki and in util/deb/install_nox.sh.
parent 4e94bac0
No related branches found
No related tags found
No related merge requests found
NOX Install on deb testing:
Install deps:
sudo apt-get install autoconf automake g++ libtool python python-twisted swig libxerces-c2-dev libssl-dev make python-dev libboost-filesystem1.38-dev libboost1.38-dev libboost-test1.38-dev
Get NOX repo:
git clone git://noxrepo.org/nox
cd nox
If you don't need all the libraries, just the coreapps (faster build):
./boot.sh --apps-core
If you do need all the libraries:
./boot.sh
Build
mkdir build/
cd build/
../configure --with-python=yes
Run w/pyswitch:
cd src
./nox_core -i ptcp: pyswitch
Kill (not name to kill is different than name to load):
sudo killall lt-nox_core
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment