aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 09:50:03 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 09:50:03 +0200
commit680a5913ec3e7b194e17f8884f1fbbb980ff497d (patch)
tree5d05ebbc6a8668df86d11df28b8e020961102564
parent59466bbc70b5b51f35458bddac6e7df4203c42b7 (diff)
downloadqxmpp-680a5913ec3e7b194e17f8884f1fbbb980ff497d.tar.gz
fix install paths in README
-rw-r--r--README15
1 files 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:
<respective-make-cmd = gmake, make, mingw32-make, nmake> 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.