X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=INSTALL;h=104a712cb8dacfd33d1512f1ee3d0c17065cf206;hb=71556ffff03573b62188b87133839b0314f8ab9e;hp=08e77a150ce07aa131e4590111cef07db3021578;hpb=60a728ee35adf83f508a7e80d5515947c4229f6a;p=cascardo%2Fsendxmpp.git diff --git a/INSTALL b/INSTALL index 08e77a1..104a712 100644 --- a/INSTALL +++ b/INSTALL @@ -1,12 +1,15 @@ INSTALL ------- -sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP. -$ tar xvfz sendxmpp-(version).tar.gz -$ cd sendxmpp-(version) -$ perl Makefile.pm -$ make -$ make install +Installation from Git repository: +--------------------------------- + cd /tmp + git clone https://github.com/lhost/sendxmpp.git + cd sendxmpp/ + perl Makefile.PL + make + make install +sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP.