From 5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Jun 1997 04:28:16 +0000 Subject: Normal build is now with POP2 disabled and optimization on. svn path=/trunk/; revision=1080 --- INSTALL | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5febf441..df1189cf 100644 --- a/INSTALL +++ b/INSTALL @@ -22,7 +22,18 @@ variable CC before you run configure. The configure script accepts certain standard configuration options. These include --prefix, --exec-prefix, --bindir, --infodir, --mandir, -and --srcdir. Do `config --help' for more. +and --srcdir. Do `configure --help' for more. + +POP2 support is no longer compiled in by default, as POP2 is way obsolete +and there don't seem to be any live servers for it anymore. You can +configure it back in if you want with `configure --enable-POP2', but +leaving it out cuts the executable's size slightly. + +If you want to build for debugging, + + CFLAGS=-g LDFLAGS=" " ./configure + +will do that. If you're running QNX, edit the distributed Makefile directly. The QNX values for various macros are there but commented out; all you -- cgit v1.2.3