INSTALL 650 B

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