[gforth] / gforth / INSTALL  

gforth: gforth/INSTALL

Diff for /gforth/INSTALL between version 1.21 and 1.22

version 1.21, Mon Sep 30 13:16:06 1996 UTC version 1.22, Mon Oct 28 17:24:30 1996 UTC
Line 48 
Line 48 
   
 $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 93 
Line 94 
   
 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
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help