From 0608b5939bc6964a5bcfe699584693d6f7ecb8e7 Mon Sep 17 00:00:00 2001
From: Brandon Heller <brandonh@stanford.edu>
Date: Sat, 12 Dec 2009 04:47:13 -0800
Subject: [PATCH] Add notes on installing NOX on Deb testing.

---
 NOX_INSTALL | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 NOX_INSTALL

diff --git a/NOX_INSTALL b/NOX_INSTALL
new file mode 100644
index 00000000..cae53f87
--- /dev/null
+++ b/NOX_INSTALL
@@ -0,0 +1,25 @@
+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
-- 
GitLab