Import Debian changes 1.24-1
[cascardo/sendxmpp.git] / INSTALL
1 INSTALL
2 -------
3
4 Installation from Git repository:
5 ---------------------------------
6
7         cd /tmp
8         git clone https://github.com/lhost/sendxmpp.git
9         cd sendxmpp/
10         perl Makefile.PL
11         make
12         make install
13
14 sendxmpp requires perl 5.x, Getopt::Long and Net::XMPP.
15