Version 3 (modified by 13 years ago) (diff) | ,
---|
This page describes how to run a Nox Controller the Zaky release as of March 2011 on a MyPLC host running Fedora 8.
These instructions are based in the nox wiki. In more detail the steps to take after reserving a host and login are
- Install Development tools
sudo yum groupinstall "Development Tools"
- Get and install gec 4.2
wget http://mirrors-us.seosue.com/gcc/releases/gcc-4.2.4/gcc-4.2.4.tar.bz2 tar -xvjpf gcc-4.2.4.tar.bz2 mkdir gcc-obj cd gcc-obj ../gcc-4.2.4/configure make sudo make install
- Install necessary Nox dependencies
sudo yum install python-twisted libpcap-devel git-core openssl-devel boost-devel
- Get and compile nox
git clone git://noxrepo.org/nox cd nox ./boot.sh cd ../ mkdir nox_build cd nox_build ../nox/configure make -j 5