From 5c67941e538d3ffac5fb6654834d9ca12491271a Mon Sep 17 00:00:00 2001 From: AsamK Date: Mon, 24 Aug 2015 00:15:36 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 ---------------------------------------------