TOUTATIS Logo

Home
Documents
Development Environment
Doing Common Tasks
Problem Tracking
Contact Us
Web Site Maintenance
Downloads

Toutatis How To Page

How To Create a New Type of Application Controller

  1. Decide name and prefix (typically t? where ? is the first letter or two of your name
  2. cd ~/toutatis/src; mkdir $name$
  3. ttcvs add $name$
  4. cd $name$
  5. ttnewfile pirate $prefix$Pirate
  6. ttnewfile appConSvrMain $prefix$SvrMain
  7. ttnewfile appConTclMain $prefix$TclMain
  8. cp ../getafix/Conscript .
  9. ttcvs add Conscript
  10. Edit Conscript and replace names as appropriate
  11. Edit ~/toutatis/Construct to add your line to the Build ( statement
  12. Fill in the file $prefix$Pirate.h/$prefix$Pirate.cpp
  13. Try building by cd ~/toutatis;cons
  14. Test by cd ~/toutatis/export/bin;./t$prefix$tcl



The Toutatis website is for the support of the Toutatis framework.