fpc/base
1999-02-09 10:09:40 +00:00
..
Makefile * makefile updates 1999-01-28 19:58:19 +00:00
makefile.fpc * merged fixes from Michael 1999-02-09 10:09:40 +00:00
README *** empty log message *** 1999-02-05 22:52:31 +00:00

First you need to install all the sources like:

<basedir>/
  compiler
  rtl
  ide/text
  ide/fake
  api
  fv
  gdbint
  gdbint/libgdb

- Copy the files (Makefile,makefile.fpc) from the base repository to the
<basedir>. 

- get the libgdb_<system>.zip from tflily ftp and unzip it in the
gdbint/libgdb directory

- Type: SET FPCDIR=<basedir>

- Then you can type 'make info' and see it finds the correct files.

- When that works fine, then you can type in the <basedir>: 'make ide_all'