diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-03 09:50:03 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-03 09:50:03 +0200 |
| commit | 680a5913ec3e7b194e17f8884f1fbbb980ff497d (patch) | |
| tree | 5d05ebbc6a8668df86d11df28b8e020961102564 | |
| parent | 59466bbc70b5b51f35458bddac6e7df4203c42b7 (diff) | |
| download | qxmpp-680a5913ec3e7b194e17f8884f1fbbb980ff497d.tar.gz | |
fix install paths in README
| -rw-r--r-- | README | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -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. |
