fpc/base
peter 8a7250cdc6 * better check for makefile.fpc
* check if cmp exists
1999-03-11 17:54:00 +00:00
..
Makefile * makefile.fpc updates and defaultfpcdir var 1999-03-09 01:35:46 +00:00
makefile.fpc * better check for makefile.fpc 1999-03-11 17:54:00 +00:00
README + ide_all,ide_gdb,ide_full,ide_fullgdb targets 1999-02-16 00:50:12 +00:00

First you need to install all the sources like:

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

- Copy the files (Makefile,makefile.fpc) from the base/ directory 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'	IDE without compiler/debugger
  'make ide_gdb'	IDE with debugger
  'make ide_full'	IDE with compiler
  'make ide_fullgdb'	IDE with compiler/debugger