aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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).