How to build NOX from source
Debian/Ubuntu
http://noxrepo.org/noxwiki/index.php/NOX_Installation
RHEL/Centos 6+
sudo yum install gcc-c++ boost-devel openssl-devel automake autoconf swig git libtool python-devel python-twisted python-simplejson python-sphinx git clone git://noxrepo.org/nox ./boot.sh mkdir build cd build ../configure --with-boost-filesystem=boost_filesystem --with-boost-unit-test-framework=mt LDFLAGS='-L/usr/include/openssl -lssl -lcrypto' make cd src make check