File: INSTALL

package info (click to toggle)
sendxmpp 1.24-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: perl: 378; xml: 6; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.