aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-13 06:56:23 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-13 06:56:23 +0000
commitb72ca4a0fe703edccdc2540ba694e12b7152dc7c (patch)
tree9925e87bf1364c7ae2862775961864171950d705
parentec95523b843e3ada7a134020f2def0c27b55bd37 (diff)
downloadqxmpp-b72ca4a0fe703edccdc2540ba694e12b7152dc7c.tar.gz
Intall instructions
-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
--------