peter b146ffa733 * fixed zipinstall hace 27 años
..
Makefile b146ffa733 * fixed zipinstall hace 27 años
README 450871e3ab + ide_all,ide_gdb,ide_full,ide_fullgdb targets hace 27 años
makefile.fpc f1b0c333cb * makefile.fpc targets start with fpc_ hace 27 años
template 467cb024d7 + init hace 27 años

README


First you need to install all the sources like:

/
base
compiler
rtl
ide/text
ide/fake
api
fv
gdbint
gdbint/libgdb

- Copy the files (Makefile,makefile.fpc) from the base/ directory to the
.

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

- Type: SET FPCDIR=

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

- When that works fine, then you can type in the :

'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