mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-20 05:56:05 -04:00
Update README.md
This commit is contained in:
parent
5ae5d76ffc
commit
5c67941e53
12
README.md
12
README.md
@ -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
|
||||
---------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user