Diff for /gforth/INSTALL between versions 1.21 and 1.22

version 1.21, 1996/09/30 13:16:06 version 1.22, 1996/10/28 17:24:30
Line 48  changing to the build directory and invo Line 48  changing to the build directory and invo
   
 $srcdir/configure  $srcdir/configure
   
 where $srcdir is the source directory (Note that we tested this only  where $srcdir is the source directory. You need a VPATH-capable 'make'
   (e.g., GNU make) for this. (Note that we tested this only
 for installation; i.e., if you want to hack the Gforth sources, you  for installation; i.e., if you want to hack the Gforth sources, you
 should probably build in the source directory).  should probably build in the source directory).
   
Line 68  configure has the following useful param Line 69  configure has the following useful param
                                 slowdown on some machines.                                  slowdown on some machines.
                                 (default processor-dependent)                                  (default processor-dependent)
   --with-debug     specifies option -g to compile with debug info (default)    --with-debug     specifies option -g to compile with debug info (default)
    --without-debug  omits the -g switch and creates smaller images on    --without-debug  omits the -g switch and creates smaller images on
                     machines where strip has problems with gcc style                     machines where strip has problems with gcc style
                     debugging informations.                     debugging informations.
   --help: tells you about other parameters.    --help: tells you about other parameters.
   
 The file Benchres shows which combination of the -enable options we  The file Benchres shows which combination of the -enable options we
Line 93  want to generate an a.out executable und Line 94  want to generate an a.out executable und
   
 env "CC=gcc -b i486-linuxaout -V 2.7.0" ./configure  env "CC=gcc -b i486-linuxaout -V 2.7.0" ./configure
   
   You can change the sizes of the various areas used in the default
   image `gforth.fi' by passing the appropriate Gforth command line
   options in the FORTHSIZES environment variable:
   
   env "FORTHSIZES=--dictionary-size=256k --data-stack-size=16k --fp-stack-size=16k --return-stack-size=16k --locals-stack-size=16k" ./configure
   
   The line above reaffirms the default sizes. Note that the locals
   stack area is also used as input buffer stack.
   
                 Preloading installation-specific code                  Preloading installation-specific code
   

Removed from v.1.21  
changed lines
  Added in v.1.22


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>