We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get install \ build-essential \ libboost-dev \ libqt5xmlpatterns5-dev \ qtbase5-dev \ qt5-default
From here, there are two paths:
run from the build directory
qmake make ./edb
install system wide
qmake -makefile DEFAULT_PLUGIN_PATH="/usr/local/lib64/edb/" make sudo make INSTALL_ROOT=/usr/local/ install edb