X-Chat Compiling and Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Type this:

	./configure
	make

Become root:

	make install



Other Options
~~~~~~~~~~~~~

If you want to disable Gnome or Perl you can do:

	./configure --disable-perl --disable-gnome
	make


If you want to install a smaller stripped binary (without debug) do:

	make install-strip


If you have any problems compiling, you can try the old method:

	cp Makefile.gtk Makefile
	make
	make install-strip
