DIRECTORIES 1.3 KB

1234567891011121314151617181920212223242526
  1. Some explanations about the directory tree:
  2. Directories present in the source release:
  3. - scripts: contains some automated scripts for development (see installation
  4. instructions for the ones you might want to use)
  5. - sources: contains source code of various tools: patches to GCC and binutils,
  6. A68k, ld-tigcc, tigcc frontend and the tools used internally by it
  7. (patcher, parser), tprbuilder
  8. - tigcclib: the TIGCC library developed by Zeljko Juric, including examples (the
  9. TPR projects provided with TIGCC for Windows), an ExePack launcher
  10. (pstarter) and documentation
  11. - tt: TIGCC Tools Suite of the TICT (Ti Chess Team)
  12. Directories which need to be created for building:
  13. - build: this temporary directory is created automatically during installation
  14. - download: the location where gcc and binutils must be decompressed (see
  15. installation instructions)
  16. Directories created in the chosen prefix ($TIGCC):
  17. - bin: binaries
  18. - doc: documentation (howto, install, assembler, linker, ...)
  19. - examples: the TPR projects provided with TIGCC for Windows
  20. - include: TIGCCLIB and A68k headers
  21. - lib: TIGCCLIB static library and ExePack launcher object file
  22. - projects: empty folder intended for storing your projects. Can be removed or
  23. replaced with a symlink to somewhere in your home directory.