aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-08-15 11:49:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-08-15 11:49:23 +0000
commit77acdad4744d5f46f6d294f915af05a8a4f453a4 (patch)
treecc917a4d7a348a4c461d520b9ca89e7ce5009d87 /README
parent687a95b4b62136f54ea6b0930b6ba5e73291d2b2 (diff)
downloadqmmp-77acdad4744d5f46f6d294f915af05a8a4f453a4.tar.gz
qmmp-77acdad4744d5f46f6d294f915af05a8a4f453a4.tar.bz2
qmmp-77acdad4744d5f46f6d294f915af05a8a4f453a4.zip
updated changelog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@501 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 5b5bdc4e0..16b37714e 100644
--- a/README
+++ b/README
@@ -88,7 +88,7 @@ in qmmp.pri file - just comment corresponding line( symbol '#').
Attention! By default all modules are enabled.
Changing shared library install path (needed by some 64-bit distributions).
-By default, all libraries and plugins will be installed in $(INSTALL PREFIX)/lib. You can change "lib"
+By default, all libraries and plugins will be installed to $(INSTALL PREFIX)/lib. You can change "lib"
to "lib64" by running qmake-qt4 or cmake with special parameter:
qmake-qt4 LIB_DIR=/lib64
or