aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-08-20 21:04:50 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-08-20 21:04:50 +0000
commit3b79da106034f04f8d4f3c5e589ce66c4ac6a250 (patch)
treeda5f4cb2f72ef27526f31eeede524518bae399c2 /README
parentb9e5e298b448d52072a179530a3630126ffa51c0 (diff)
downloadqmmp-3b79da106034f04f8d4f3c5e589ce66c4ac6a250.tar.gz
qmmp-3b79da106034f04f8d4f3c5e589ce66c4ac6a250.tar.bz2
qmmp-3b79da106034f04f8d4f3c5e589ce66c4ac6a250.zip
updated documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5458 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index f357aa393..0a0dfc6ba 100644
--- a/README
+++ b/README
@@ -140,7 +140,7 @@ cmake ./ -DCMAKE_INSTALL_PREFIX=custom_path
OSS3 and UDisks support.
OSS3 and UDisks plugins are deprecated and disabled by default.
-To enable them, run 'cmake ./ -DUSE_OSS:BOOL=TRUE' or 'cmake ./ -DUSE_OSS:UDISKS2=TRUE' before compilation.
+To enable them, run 'cmake ./ -DUSE_OSS:BOOL=TRUE' or 'cmake ./ -DUSE_OSS:UDISKS=TRUE' before compilation.
HAL and UDisks2 support.
Most Linux distributions does not include HAL anymore. To disable HAL plugin run following command before compilation:
@@ -164,8 +164,10 @@ make install INSTALL_ROOT=/usr/local
Executable:
./bin/qmmp
-If someone module doesn't build or doesn't needed you can disable it
-in qmmp.pri file - just comment corresponding line( symbol '#').
+If someone module doesn't build or doesn't needed you can disable it in qmmp.pri file - just comment corresponding
+line( symbol '#') or execute qmake with special parameters:
+qmake DISABLED_PLUGINS+=JACK_PLUGIN DISABLED_PLUGINS+=OSS_PLUGIN
+
Attention! By default all plugins are enabled by default.
Changing shared library install path (needed by some 64-bit distributions).