X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fsendxmpp.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=104a712cb8dacfd33d1512f1ee3d0c17065cf206;hp=3add5dea2d96636cef2bf7413171c2fba65d95cd;hb=dcf72699d6f11ba091c2e16ee513936f31d5bd61;hpb=3e8a212f10057dac0024bfafdc3d0f7d6a89258f diff --git a/INSTALL b/INSTALL index 3add5de..104a712 100644 --- a/INSTALL +++ b/INSTALL @@ -1,16 +1,15 @@ INSTALL ------- -sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP. - -$ tar xvfz sendxmpp-(version).tar.gz -$ cd sendxmpp-(version) -$ perl Makefile.PL -$ make -$ make install -This will install under /usr/local; to install under another prefix, for exampl;e "/usr", do: +Installation from Git repository: +--------------------------------- -$ perl Makefile.PL PREFIX=/usr + cd /tmp + git clone https://github.com/lhost/sendxmpp.git + cd sendxmpp/ + perl Makefile.PL + make + make install -instead. +sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP.