diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-13 06:56:23 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-13 06:56:23 +0000 |
| commit | b72ca4a0fe703edccdc2540ba694e12b7152dc7c (patch) | |
| tree | 9925e87bf1364c7ae2862775961864171950d705 | |
| parent | ec95523b843e3ada7a134020f2def0c27b55bd37 (diff) | |
| download | qxmpp-b72ca4a0fe703edccdc2540ba694e12b7152dc7c.tar.gz | |
Intall instructions
| -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 -------- |
