restructure configure so pkg-config derived SSL flags get used
[rofl0r-ixchat.git] / INSTALL
blob2773a1ce3b9a5d93b6b67d74c5b354f7a104f167
1 X-Chat Requirements:
2 ~~~~~~~~~~~~~~~~~~~~
4         - GTK 2.6+  (it comes with your Linux)
6  Optional:
8         - Perl                (http://www.perl.org)
9         - Python              (http://www.python.org)
10         - TCL                 (http://tcl.activestate.com)
11         - OpenSSL             (http://www.openssl.org)
15 X-Chat Compiling and Installation:
16 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 Type this:
20         ./configure
21         make
23 Become root and type:
25         make install
28 Other Options
29 ~~~~~~~~~~~~~
31 To get a full list of compile options, type:
33         ./configure --help
36 If you do not have GNU Gettext installed, instead use:
38         ./configure --disable-nls
41 If you want to disable Perl you can do:
43         ./configure --disable-perl
46 If you want to install a smaller stripped binary (without debug) do:
48         make install-strip