diff --git a/README.md b/README.md index 4083ae22e..617794d77 100644 --- a/README.md +++ b/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 ---------------------------------------------