SCRIPTS 1.3 KB

1234567891011121314151617181920212223242526
  1. List of all scripts:
  2. User scripts:
  3. -------------
  4. - Install_All: call the Install_step_1 to Install_step_5 scripts
  5. - Install_All_nopatch: call the Install_step_2 to Install_step_5 scripts
  6. - Install_step_1: unpack the sources if already downloaded (binutils and gcc, placed in ..), apply a patch on them if necessary.
  7. - Install_step_2: configure, compile, check and install both binutils & gcc from the download dir. Also compile and install a68k, ld-tigcc, tigcc, tprbuilder, patcher, parser.
  8. - Install_step_3: copy tigcclib files into the install tree
  9. - Install_step_4: install the TI-68k Developer Utilities
  10. - Install_step_5: install several docs of the different programs
  11. Developer/Maintenance scripts:
  12. ------------------------------
  13. - updatedoc: import the documentation generated under Windows or Wine, create a Qt Assistant 3.x documentation.
  14. - updatesrc: import the sources to a clean directory
  15. - launch.XYZ: compile, install and clean up XYZ
  16. - package_bin: create a self-extractible archive of the $TIGCC directory, with a setup script.
  17. Used for building a 'ready to install' binary package.
  18. - package_src: create a bzip2 tarball of the sources directory (created by updatesrc + updatedoc).
  19. Used for building a source package.
  20. - setup.sh: setup script for the self-extractible archive generated by package_bin.