aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-30 21:34:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-30 21:34:21 +0000
commitd596a7324a0565686df966d0d47cebf60ca0f43f (patch)
treeeed30da91fb64f187f77c43e6983dbc995c5e70a /README
parent349ded28bc56fd75847bcd9ba3b765102908afbd (diff)
downloadqmmp-d596a7324a0565686df966d0d47cebf60ca0f43f.tar.gz
qmmp-d596a7324a0565686df966d0d47cebf60ca0f43f.tar.bz2
qmmp-d596a7324a0565686df966d0d47cebf60ca0f43f.zip
updated README
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8550 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index d83a78709..a29542b5e 100644
--- a/README
+++ b/README
@@ -152,6 +152,9 @@ Also you can use ccmake for changing plugins configuration.
By default program will be installed in /usr/local. You can change default path by running:
cmake ./ -DCMAKE_INSTALL_PREFIX=custom_path
+For more information see GNUInstallDirs module documentation:
+https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
+
OSS3 support.
OSS3 plugin is deprecated and disabled by default.
To enable it, run 'cmake ./ -DUSE_OSS:BOOL=TRUE' before compilation.
@@ -183,9 +186,9 @@ Attention! By default all plugins are enabled by default.
Changing shared library install path (for some 64-bit distributions).
By default, all libraries and plugins will be installed to $(INSTALL PREFIX)/lib. You can change "lib"
to "lib64" by running qmake or cmake with the special parameter:
-qmake LIB_DIR=/lib64
+qmake LIB_DIR=/usr/lib64
or
-cmake ./ -DLIB_DIR=lib64
+cmake ./ -DCMAKE_INSTALL_LIBDIR=lib64
All patches, bug reports, ideas etc. send to bug tracker https://sourceforge.net/p/qmmp-dev/tickets/ or