Skip to content
Evan Teran edited this page Aug 3, 2015 · 8 revisions

Basic installation is simple, you may run

$ make install

Or if you would like to specify where things should go, you probably want to use something like this

make INSTALL_ROOT=/usr/local/ install

In which case the plugins will be installed in /usr/local/lib/edb and the binaries will be installed in /usr/local/bin/. Finally, if you are doing a make install, you probably want to specify a default plugin path, this is done during the qmake process, see Compiling.

Clone this wiki locally