Simplify cmake command to make copy-pastable
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 28 Nov 2018 10:56:15 +0000 (11:56 +0100)
committerCamila San <hello@camila.codes>
Sun, 21 Apr 2019 12:31:10 +0000 (14:31 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
README.md

index 81eecbff792bcf1514f93eef8705a7934fb733ba..ee92eea6aed525a33c8034a5142fc65e449e2a8f 100644 (file)
--- 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
 ```