$Id: INSTALL,v 1.2 2001/09/05 17:52:45 dan Exp $ Installation instructions for cascade. Prerequisites: You need a modern nawk, gawk, or maybe mawk. Old style awk will not work. The default nawk that comes with solaris works and many of the freely available unix-like operating systems (NetBSD, Linux, etc) use gawk as their native awk. To install: ./configure make make install To install to a path other than the default /usr/local, do ./configure --prefix=/desired/install/prefix In addition to the 'usual' GNU configure arguments ( ./configure --help ), the environment variable LISPDIR can be set to specify the location of the emacs lisp files which are installed. For example using {ba}sh, LISPDIR=/my/emacs/lisp/site-lisp ./configure or with {t}csh setenv LISPDIR /my/emacs/lisp/site-lisp ; ./configure ; unsetenv LISPDIR