--------------------------------------- Dukas: Graphical Task Modeling Tool --------------------------------------- VERSION: 1.0 DATE: June 30, 1998 List of Files ------------- README Install Install_SunOS Dukas/ Assoc.c Assoc.h BuildMenu.c BuildMenu.h Dukas.c DukasNodes.c DukasNodes.h EventHandler.c EventHandler.h FileIO.c FileIO.h Makefile Makefile.Solaris Makefile.sunOS MenuCallbacks.c MenuCallbacks.h Nodes.c Nodes.h PrettyPrintNodes.c PrettyPrintNodes.h UI.c UI.h DukasIR/ Makefile mdlParser.h mdlir.l mdlir.y Examples/ s_or_p.IR doc/ dukas_ug.html content.html ug1.html ug1.1.html ug1.2.html ug2.html ug2.1.html ug2.2.html ug3.html ug3.1.html ug4.html dukas1.gif dukas2.gif dukas3.gif dukas4.gif dukas5.gif dukas6.gif modwin1.gif modwin2.gif modwin3.gif s&p1.gif s&p2.gif s&p3.gif wizard.gif icons/ doc/icons/ bluedot.gif dot.gif greendot.gif reddot.gif yellowdot.gif Installation ------------ Platform Requirements: SunOS 4.1.x or Solaris X.X.X X11R5 Motif 1.1+ 1) obtain the compressed Dukas tar file 2) create a home directory for Dukas on your system 3) place the compressed Dukas tar file in the directory from (2) 4) uncompress the Dukas tar file: uncompress 5) extract the tar archive: tar xvf This should create the subdirectories /Dukas, /DukasIR and /doc containing the files listed above. **************FLAG**** 6) edit the /src/Makefile as follows: a) change the ISVIS_HOME variable to reflect the directory in (2) b) uncomment the appropriate OS dependent flags for your OS, and make any modifications to the compiler, X Windows, and Motif include and library paths as appropriate c) make sure the OS dependent flags for other OS's are commented out using a pound sign (#) 7) cd to the /src directory and type make depend (ignore any strange messages resulting from the RogueWave tools.h++. Specifically, this step may issue control characters to your screen.) 8) compile ISVis by typing make This will create the executable bin/isvis and the tracing library bin/isvis_tracelib.o (You will see a large number of warning messages. These are an artifact of interfacing with RogueWave tools.h++ and are expected.) 9) add the ISVis bin directory to your shell path Documentation ------------- HTML user guide is included as doc/dukas_ug.html. Contact Info ------------ Bug Reporting mastermind@cc.gatech.edu Known Bugs ----------