mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
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
This commit is contained in:
parent
8e29932db3
commit
5972260d88
2 changed files with 23 additions and 37 deletions
6
INSTALL
6
INSTALL
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue