diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-08 07:07:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-08 07:07:41 +0000 |
| commit | 1e4a71af4bf427649355504d93b23158ebefadd3 (patch) | |
| tree | b32044c655c86f87fcf04f53e981c73baa09bdcf | |
| parent | 2b9c31557d73df7401861183ac1cec52670fb672 (diff) | |
| download | qmmp-1e4a71af4bf427649355504d93b23158ebefadd3.tar.gz qmmp-1e4a71af4bf427649355504d93b23158ebefadd3.tar.bz2 qmmp-1e4a71af4bf427649355504d93b23158ebefadd3.zip | |
fixed documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6443 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | README | 6 | ||||
| -rw-r--r-- | README.RUS | 6 |
2 files changed, 4 insertions, 8 deletions
@@ -116,7 +116,7 @@ Installation: make install If someone plugin (for example, Jack plugin) doesn't build or doesn't needed you can disable it -by running: +by running the following command: cmake ./ -DUSE_JACK:BOOL=FALSE Available options: @@ -145,9 +145,7 @@ 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: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: -cmake ./ -DUSE_HAL:BOOL=FALSE +UDisks2 support. UDisks2 project doesn't have port to FreeBSD, so it's recommended to disable Udisks2 plugin under FreeBSD by the following command: cmake ./ -DUSE_UDISKS2:BOOL=FALSE diff --git a/README.RUS b/README.RUS index 445a77f42..75e91485d 100644 --- a/README.RUS +++ b/README.RUS @@ -114,7 +114,7 @@ make Установка: make install -Если какой-либо модуль (например, Jack) не собирается или не нужен, то вы можете отключить его командой: +Если какой-либо модуль (например, Jack) не собирается, или не нужен, то вы можете отключить его командой: cmake ./ -DUSE_JACK:BOOL=FALSE Доступные опции: @@ -143,9 +143,7 @@ cmake ./ -DCMAKE_INSTALL_PREFIX=другой_путь Модули OSS3 и UDisks устарели и отключёны по умолчанию. Для их включения выполните 'cmake ./ -DUSE_OSS:BOOL=TRUE' или 'cmake ./ -DUSE_OSS:UDISKS=TRUE' перед сборкой. -Поддержка HAL и UDisks2. -Большинство дистрибутивов Linux больше не поддерживает HAL. Для отключения модуля HAL выполните перед сборкой следующую команду: -cmake ./ -DUSE_HAL:BOOL=FALSE +Поддержка UDisks2. Проект UDisks не поддерживает FreeBSD, поэтому под FreeBSD рекомендуется исключить модуль Udisks2 из сборки следующей командой: cmake ./ -DUSE_UDISKS2:BOOL=FALSE |
