mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
remove curses terminal and ncurses macro
This commit is contained in:
parent
3e28bf7a94
commit
9ee4803770
10 changed files with 20 additions and 1576 deletions
10
INSTALL
10
INSTALL
|
|
@ -59,17 +59,11 @@ configure options
|
|||
|
||||
Build without text frontend
|
||||
|
||||
If ncurses is installed in a non-standard path you can specify it with
|
||||
--with-ncurses=/path. If anything else is in non-standard path, you can just
|
||||
give the paths in CPPFLAGS and LIBS environment variable, eg.:
|
||||
If anything 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
|
||||
however are usually only in curses library, some systems use libtermcap
|
||||
as well. If you want to use only curses calls for some reason, use
|
||||
--without-terminfo.
|
||||
|
||||
|
||||
Perl problems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue