Codebase list sendxmpp / 6786841a-891c-4350-a87b-42b466003b02/main INSTALL
6786841a-891c-4350-a87b-42b466003b02/main

Tree @6786841a-891c-4350-a87b-42b466003b02/main (Download .tar.gz)

INSTALL @6786841a-891c-4350-a87b-42b466003b02/mainraw · 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.