From 680a5913ec3e7b194e17f8884f1fbbb980ff497d Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 3 Sep 2012 09:50:03 +0200 Subject: fix install paths in README --- README | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README b/README index 35d15a73..c993cfdf 100644 --- a/README +++ b/README @@ -45,17 +45,10 @@ Installing from the command line: install Path of installations: - Linux: - ----- - Headers: /usr/include/qxmpp - Library: /usr/lib - API Documentation: /usr/share/doc/qxmpp - - Windows: [Note much of use though] - ----- - Headers: %QTDIR%\include\qxmpp - Library: %QTDIR%\lib - API Documentation: %QTDIR%\share\doc\qxmpp\html + + Headers: PREFIX/include/qxmpp + Library: PREFIX/lib + API Documentation: PREFIX/share/doc/qxmpp To link against the shared version of QXmpp, you need to add -DQXMPP_SHARED to your C++ flags. -- cgit v1.2.3