summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-30 10:14:57 +0200
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-08-04 10:02:28 +0200
commit9ee480377055c04ae687c08d17f2c6b191d34db0 (patch)
tree0a2e82491bd1a60324561343f8c5ede588027999 /INSTALL
parent3e28bf7a94eea8e75bf70ef322769991b05c2a65 (diff)
downloadirssi-9ee480377055c04ae687c08d17f2c6b191d34db0.zip
remove curses terminal and ncurses macro
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 2 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 4b20c1ba..4c6f5681 100644
--- a/INSTALL
+++ b/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