aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 61d1bc3e3..6fc22b151 100644
--- a/README
+++ b/README
@@ -119,8 +119,8 @@ 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
-OSS4 support.
-OSS4 plugin is disabled by default. To enable it run cmake ./ -DUSE_OSS4:BOOL=TRUE before compilation.
+OSS3 support.
+OSS3 plugin is deprecated and disabled by default. To enable it run cmake ./ -DUSE_OSS:BOOL=TRUE before compilation.
In some cases, you can use qmake for building and installation.