From: Jan-Christoph Borchardt Date: Wed, 28 Nov 2018 10:56:15 +0000 (+0100) Subject: Simplify cmake command to make copy-pastable X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~279^2^2~49^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0035b95bb5b1e003c61136c8f83ed8bd26a8ec6;p=nextcloud-desktop.git Simplify cmake command to make copy-pastable Signed-off-by: Jan-Christoph Borchardt --- diff --git a/README.md b/README.md index 81eecbff7..ee92eea6a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ you want to install system wide you could use `/usr/local` or `/opt/nextcloud/`. ##### Linux ``` -$ cmake .. -DCMAKE_INSTALL_PREFIX=path-to-install-folder/ -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 -DQTKEYCHAIN_LIBRARY=/path-to-qt5keychain-folder/lib64/libqt5keychain.so -DQTKEYCHAIN_INCLUDE_DIR=/path-to-qt5keychain-folder/include/qt5keychain/ -DOPENSSL_ROOT_DIR=/path-to-openssl-folder/ -DOPENSSL_INCLUDE_DIR=path-to-openssl-folder/include -DOPENSSL_LIBRARIES=path-to-openssl-folder/lib +$ cmake .. -DCMAKE_INSTALL_PREFIX=~/desktop-install/ -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 $ make install ```