Skip to content
Peter Cordes edited this page Aug 2, 2015 · 32 revisions

For Ubuntu 15.04

sudo apt-get install build-essential \
 libboost-dev \
 libqt5xmlpatterns5-dev \
 qtbase5-dev \
 qt5-default
qmake -makefile DEFAULT_PLUGIN_PATH="/usr/local/lib64/edb/"
NJOBS=$(getconf _NPROCESSORS_ONLN)
make -j"${NJOBS:-3}
./edb
# sudo make INSTALL_ROOT=/usr/local/ install
Clone this wiki locally