aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-08 10:35:24 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-08 10:35:24 +0000
commit53cba850b9a66b1a946eedef42e7de82cfff1db0 (patch)
treee5d82017ed4766da131237c171c9a2ec7930c3d0 /README
parent1918e981a81c998ee1525cf1acf1436d8472a6ce (diff)
downloadqmmp-53cba850b9a66b1a946eedef42e7de82cfff1db0.tar.gz
qmmp-53cba850b9a66b1a946eedef42e7de82cfff1db0.tar.bz2
qmmp-53cba850b9a66b1a946eedef42e7de82cfff1db0.zip
fixed documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3209 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 4fa52788f..63b15176c 100644
--- a/README
+++ b/README
@@ -132,6 +132,14 @@ 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.
+HAL and UDisks2 support.
+Most Linux distributions does not include HAL anymore. To disable HAL plugin run following command before compilation:
+cmake ./ -DUSE_HAL:BOOL=FALSE
+UDisks2 project doesn't have port to FreeBSD, so it's recommended to disable Udisks2 plugin under FreeBSD by
+following command:
+cmake ./ -DUSE_UDISKS2:BOOL=FALSE
+
+
In some cases, you can use qmake for building and installation.
Configure: