summary refs log tree commit diff stats
path: root/INSTALL
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:14:30 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-24 04:14:30 +0100
commit4a6ceffb98a0b785494f680d3776c4bfc4052f9e (patch)
tree850703c1c841ccd99f58d0b06084615aaebe782c /INSTALL
parentf16af8be941b596dedac3bf4e371ee2d21f4b598 (diff)
add xchat r1489
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL49
1 files changed, 49 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..2773a1ce
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,49 @@
+X-Chat Requirements:
+~~~~~~~~~~~~~~~~~~~~
+
+	- GTK 2.6+  (it comes with your Linux)
+
+ Optional:
+
+	- Perl                (http://www.perl.org)
+	- Python              (http://www.python.org)
+	- TCL                 (http://tcl.activestate.com)
+	- OpenSSL             (http://www.openssl.org)
+
+
+
+X-Chat Compiling and Installation:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Type this:
+
+	./configure
+	make
+
+Become root and type:
+
+	make install
+
+
+Other Options
+~~~~~~~~~~~~~
+
+To get a full list of compile options, type:
+
+	./configure --help
+
+
+If you do not have GNU Gettext installed, instead use:
+
+	./configure --disable-nls
+
+
+If you want to disable Perl you can do:
+
+	./configure --disable-perl
+
+
+If you want to install a smaller stripped binary (without debug) do:
+
+	make install-strip
+