EPS Conduits  v0.0.2-2413
networking over networking
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Build from source on Ubuntu

Starting with a fresh install of Ubuntu 14.04, this describes the steps required to fully build EPS Conduits from source:

sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libssl-dev
sudo apt-get install doxygen graphviz
sudo apt-get install rpm
tar zxf eps-conduits-0.0.2-X-Source.tar.gz
cd eps-conduits-0.0.2-X-Source
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make docs
make package
make package_source
Note
The build instructions for Ubuntu were last updated for v0.0.2-628 on 2014-09-10.