Update README.md

This commit is contained in:
AsamK 2015-08-24 00:15:36 +02:00
parent 5ae5d76ffc
commit 5c67941e53

View File

@ -37,7 +37,7 @@ Compilation on Linux
3. Compile
```bash
cd trunk
qmake CONFIG=debug PREFIX=/usr
qmake CONFIG=debug
make
```
@ -47,9 +47,19 @@ Compilation on Linux
```
The executables produced will be:
/usr/bin/RetroShare06
/usr/bin/RetroShare06-nogui
For packagers
-------------
Packagers can use PREFIX and LIB\_DIR to customize the installation paths:
```bash
qmake PREFIX=/usr LIB_DIR=/usr/lib64
make
make INSTALL_ROOT=${PKGDIR} install
```
If libsqlcipher is not available as a package
---------------------------------------------