From b72ca4a0fe703edccdc2540ba694e12b7152dc7c Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 13 Aug 2010 06:56:23 +0000 Subject: Intall instructions --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: + 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 -------- -- cgit v1.2.3