diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-29 19:31:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-29 19:31:25 +0000 |
| commit | 0bdc0470cca2afb520201e55848891c854dfa871 (patch) | |
| tree | acb08f4647f0b6a5cd7cd9a49b42aec7c78aacd0 | |
| parent | 4ac95d39a7142a2e60baa3e1f4122dd5e774c50e (diff) | |
| download | qmmp-0bdc0470cca2afb520201e55848891c854dfa871.tar.gz qmmp-0bdc0470cca2afb520201e55848891c854dfa871.tar.bz2 qmmp-0bdc0470cca2afb520201e55848891c854dfa871.zip | |
fixed documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@920 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | README.RUS | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -71,7 +71,7 @@ make install If someone module (for example, Jack plugin) doesn't build or doesn't needed you can disable it by running: -cmake ./ -D USE_JACK:BOOL=FALSE +cmake ./ -DUSE_JACK:BOOL=FALSE Available options: USE_MAD, USE_FLAC, USE_VORBIS, USE_MPC, USE_MODPLUG, USE_SNDFILE, USE_WAVPACK, USE_FFMPEG, USE_AAC, @@ -105,7 +105,7 @@ By default, all libraries and plugins will be installed to $(INSTALL PREFIX)/lib to "lib64" by running qmake-qt4 or cmake with special parameter: qmake-qt4 LIB_DIR=/lib64 or -cmake ./ -D LIB_DIR=lib64 +cmake ./ -DLIB_DIR=lib64 All patches, bug reports, ideas etc. send to forkotov02@hotmail.ru or use issue tracker http://code.google.com/p/qmmp/issues/list diff --git a/README.RUS b/README.RUS index eaecc6112..e883aba22 100644 --- a/README.RUS +++ b/README.RUS @@ -101,7 +101,7 @@ make install INSTALL_ROOT=/usr/local на "lib64" с помощью запуска qmake-qt4 или cmake со специальным параметром: qmake-qt4 LIB_DIR=/lib64 или -cmake ./ -D LIB_DIR=lib64 +cmake ./ -DLIB_DIR=lib64 Патчи, багрепорты, идеи и т.п.: forkotov02@hotmail.ru или http://code.google.com/p/qmmp/issues/list |
