aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-07 16:51:30 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-07 16:51:30 +0000
commit64c697c51bdac83f4f4f6cd106d505a9773810cd (patch)
tree05aa310c7adb88e43d3975b2f1dc62d2b9b3c741 /README
parent0720c0a32a0a6380eab06248ba8cfe543c008676 (diff)
downloadqmmp-64c697c51bdac83f4f4f6cd106d505a9773810cd.tar.gz
qmmp-64c697c51bdac83f4f4f6cd106d505a9773810cd.tar.bz2
qmmp-64c697c51bdac83f4f4f6cd106d505a9773810cd.zip
updated cmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3205 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 60b303d13..4fa52788f 100644
--- a/README
+++ b/README
@@ -118,7 +118,7 @@ Available options:
- USE_SRC, USE_BS2B, USE_LADSPA, USE_CROSSFADE, USE_STEREO (effects);
- USE_ANALYZER, USE_PROJECTM (visualization);
- USE_MPRIS, USE_SCROBBLER, USE_STATICON, USE_NOTIFIER, USE_LYRICS, USE_HAL, USE_HOTKEY, USE_FILEOPS, USE_COVER,
- USE_KDENOTIFY, USE_UDISKS, USE_CONVERTER, USE_SB, USE_TRACKCHANGE (general plugins);
+ USE_KDENOTIFY, USE_UDISKS2, USE_UDISKS, USE_CONVERTER, USE_SB, USE_TRACKCHANGE (general plugins);
- USE_QMMP_DIALOG (file dialog);
- USE_ENCA (automatic charset detection);
- USE_SKINNED (standard skinned UI);
@@ -128,8 +128,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
-OSS3 support.
-OSS3 plugin is deprecated and disabled by default. To enable it run cmake ./ -DUSE_OSS:BOOL=TRUE before compilation.
+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.
In some cases, you can use qmake for building and installation.