home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / tds / readme < prev    next >
Encoding:
Text File  |  1995-11-01  |  1.8 KB  |  32 lines

  1. Twilight Development System (TDS) provides an integrated environment
  2. for writing and compiling source files like Turbo Pascal or Borland
  3. C/C++. The main program of the package is a powerful text editor
  4. called Twilight Editor (Ted) which includes an integrated project
  5. manager. This project manager simplifies and speeds up the development
  6. of programs composed of different source files (modules). With TDS
  7. it's possible to compile and link these modules into an executable
  8. file with a single command and if the compiler finds some errors, they
  9. will be reported directly by the editor. TDS doesn't provide its own
  10. compiler, but can use any compiler or assembler callable from Shell.
  11. It can interface directly with many common compilers and assemblers
  12. like DICE C, SAS C, Lattice C, Aztec C, DevPac, A68k, PCQ, GNU-C,
  13. Amiga-E, Oberon and even programs like TeX, CatComp and MakeInfo. If
  14. the compiler is not supported, it's possible to write a little
  15. interface program to convert the error messages in a format readable
  16. by the editor. The compile process will be executed concurrently using
  17. another program called Twilight Make (TMake), so the user can continue
  18. to edit the source files while the compiler is working.
  19.  
  20. To install TDS you can use the 'Installer' program from Commodore. To
  21. start the installation process simply double-click the icon called
  22. 'Install TDS' and follow the instructions. The installation script
  23. will modify your 'user-startup' to include an assignment to the
  24. directory containing the programs which will be called 'TDS:'. You
  25. have also the choice to install some example project files which will
  26. help you in building your own project files.
  27.  
  28. If you don't have the 'Installer' program, then you can manually
  29. install the software creating a directory and copying there all files.
  30. Finally add an 'assign TDS: <your directory>' to the 'user-startup'.
  31.  
  32.