Codebase list sendxmpp / 242d7f69-6b7d-4e34-b317-fa3b3b91180d/main INSTALL
242d7f69-6b7d-4e34-b317-fa3b3b91180d/main

Tree @242d7f69-6b7d-4e34-b317-fa3b3b91180d/main (Download .tar.gz)

INSTALL @242d7f69-6b7d-4e34-b317-fa3b3b91180d/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.