]> andersk Git - openssh.git/blobdiff - INSTALL
Whoops, forgot changelog
[openssh.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index d95ea4e49e131e3a42c43bc0cf05ba69a7fa3839..9112b92b57f21eab1e8a201847ff1da77186a738 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -40,6 +40,13 @@ ftp://ftp.gnu.org/gnu/make/
 OpenSSH has only been tested with GNU make. It may work with other
 'make' programs, but you are on your own.
 
+pcre (POSIX Regular Expression library):
+ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
+
+Most platforms do not required this.  However older 4.3 BSD do not
+have a posix regex library. 
+
+
 2. Building / Installation
 --------------------------
 
@@ -156,7 +163,7 @@ If you need to pass special options to the compiler or linker, you
 can specify these as environment variables before running ./configure.
 For example:
 
-CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
+CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
 
 3. Configuration
 ----------------
This page took 0.032293 seconds and 4 git commands to generate.