Diff for /gforth/INSTALL between versions 1.36 and 1.37

version 1.36, 2007/01/10 09:08:49 version 1.37, 2007/06/02 16:32:10
Line 5  unlimited permission to copy, distribute Line 5  unlimited permission to copy, distribute
   
                 Prerequisites                  Prerequisites
   
 You need gcc version 2.0 or later to compile gforth.  Recommended:  You need gcc version 2.0 or later to compile gforth.
 gcc-2.95.* (other versions produce slower code).  
   
 To use the new C interface, you need to install the ffcall libraries  For the (documented) libcc.fs C interface you need a C compiler at
 before configuring Gforth.  You can find them on  run-time.
   
   For the (undocumented ) lib.fs C interface you need to install either
   the ffcall libraries or the libffi library.  Libffi comes with recent
   gccs, ffcall can be found on
   
    ftp://ftp.santafe.edu/pub/gnu/ffcall-1.8.tar.gz (USA)      ftp://ftp.santafe.edu/pub/gnu/ffcall-1.8.tar.gz (USA) 
    ftp://ftp.ilog.fr/pub/Users/haible/gnu/ffcall-1.8.tar.gz (Europe)      ftp://ftp.ilog.fr/pub/Users/haible/gnu/ffcall-1.8.tar.gz (Europe) 
   
   On many architectures (exceptions: 386, PPC, MIPS, Alpha) you need gdb
   at run-time in order for the disassembler to work.
   
   
                 Building and Installing                  Building and Installing
   

Removed from v.1.36  
changed lines
  Added in v.1.37


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