Codebase list sendxmpp / HEAD INSTALL
HEAD

Tree @HEAD (Download .tar.gz)

INSTALL @HEADraw · history · blame

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.