Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 45727b2ebf90128e63d83d9a7b03b097 > files > 45

edb-0.9.17-1.fc15.i686.rpm

<!DOCTYPE html>

<html>
<head>
<title>edb - Installing</title>
<link rel=stylesheet type="text/css" href="css/style.css">
</head>
<body>
<h1>Installing</h1>
<p>Basic installation is simple, you may run</p>
<pre>
$ make install
</pre>
<p>Or if you would like to specify where things should go, you probably want to use something like this</p>
<pre>
make INSTALL_ROOT=/usr/ install
</pre>
<p>
In which case the plugins will be installed in /usr/lib/edb and the binaries will be installed in /usr/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 <a href="compiling.html">compiling</a>.
</p>
</body>
</html>