README 487 B

123456789101112131415161718192021222324
  1. First you need to install all the sources like:
  2. <basedir>/
  3. compiler
  4. rtl
  5. ide/text
  6. ide/fake
  7. api
  8. fv
  9. gdbint
  10. gdbint/libgdb
  11. - Copy the files (Makefile,makefile.fpc) from the base repository to the
  12. <basedir>.
  13. - get the libgdb_<system>.zip from tflily ftp and unzip it in the
  14. gdbint/libgdb directory
  15. - Type: SET FPCDIR=<basedir>
  16. - Then you can type 'make info' and see it finds the correct files.
  17. - When that works fine, then you can type in the <basedir>: 'make ide_all'