Skip to content
nicolaskruchten edited this page Feb 18, 2013 · 52 revisions

To build RTBkit you will need an Ubuntu 12.04 machine. You should run the following command to ensure you have all the required dependencies which can be installed via apt:

$ sudo apt-get install git-core g++ libbz2-dev \
liblzma-dev libcrypto++-dev libpqxx3-dev scons libicu-dev \
strace emacs ccache make gdb time automake libtool autoconf \
bash-completion google-perftools libgoogle-perftools-dev \
valgrind libACE-dev gfortran linux-tools uuid-dev liblapack-dev \
libblas-dev libevent-dev flex bison pkg-config python-dev \
python-numpy python-numpy-dev python-matplotlib libcppunit-dev \
python-setuptools ant openjdk-7-jdk libcppunit-dev doxygen \
libfreetype6-dev libpng-dev python-tk tk-dev python-virtualenv \
liblzma-dev sshfs rake ipmitool zookeeperd

Clone this wiki locally