diff options
| -rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -23,6 +23,28 @@ Building using Qt Creator: Open the qxmpp.pro file in Qt Creator and hit "Build All" to build all the examples and library. +INSTALLING QXMPP +-------------- + +After building QXmpp the you can install the Headers, Libraries +and Documentation using the following command: + +Installing from the command line: +<respective-make-cmd = gmake, make, mingw32-make, nmake> install + +Path of installations: + Linux: + ----- + Headers: /usr/include/qxmpp + Static Library: /usr/lib + API Documentation: /usr/share/doc/qxmpp + + Windows: [Note much of use though] + ----- + Headers: %QTDIR%\include\qxmpp + Static Library: %QTDIR%\lib + API Documentation: %QTDIR%\share\doc\qxmpp\html + EXAMPLES -------- |
