Skip to content
Saulo edited this page Apr 10, 2015 · 15 revisions

Welcome to the cnidaria wiki!

Please visit:

http://sauloal.github.io/cnidaria

It has been tested with:

Ubuntu >= 13.4

libboost >= 1.50

gcc >= 4.8

For ubuntu 12:

sudo apt-add-repository ppa:boost-latest -y

sudo apt-add-repository ppa:mapnik/boost-backports-1-54 -y

sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y

sudo apt-get clean -qq

sudo apt-get update -qq

sudo apt-get install -y libboost1.54-all-dev swig libc6-i386 lib32stdc++6 make git

sudo apt-get install -y python python-setuptools python-numpy python-pandas python-matplotlib python-cogent python-imaging python-qt4 python-pip python-lxml

sudo apt-get install g++-4.8

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50

sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50

sudo easy_install ete2

sudo easy_install hcluster

git clone [email protected]:sauloal/cnidaria.git

cd cnidaria

sed -i 's/TIME_UTC/TIME_UTC_/' src/libs/threadpool/boost/./threadpool/./detail/../task_adaptors.hpp

Clone this wiki locally