aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index f4dfbbc7..afcdc2ac 100644
--- a/README
+++ b/README
@@ -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
--------