diff options
author | Timo Sirainen <cras@irssi.org> | 2003-11-17 00:29:11 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-11-17 00:29:11 +0000 |
commit | 5972260d887a6d26d1c5840efb171e1b51c890f5 (patch) | |
tree | 29c287e8ce89680f4cd462d7a378c555160d69a8 /INSTALL | |
parent | 8e29932db3ad9d011977459dadd583293fc65ff0 (diff) | |
download | irssi-5972260d887a6d26d1c5840efb171e1b51c890f5.zip |
SSL detection changed to use pkg-config, fixed Redhat 9. Removed
--with-ssl-include etc. options, you can just CPPFLAGS/LIBS just fine for
that.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3166 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -28,7 +28,11 @@ commonly used ones: this with /SERVER -4 or -6 options. If GLib or ncurses is installed installed in a non-standard path you can -specify it with --with-glib=/path and --with-ncurses=/path. +specify it with --with-glib=/path and --with-ncurses=/path. If anything else +is in non-standard path, you can just give the paths in CPPFLAGS and LIBS +environment variable, eg.: + + CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure Irssi doesn't really need curses anymore, by default it uses terminfo/termcap directly. The functions for using terminfo/termcap |