Scyther with my modifications
Go to file
ccremers 10f95a55a6 - Template cleanup for latex.
- Timers output now to stderr. Previously this was stdout/latex.
2004-05-21 12:32:57 +00:00
spdl - Fixed some changed paths. 2004-04-23 12:59:25 +00:00
src - Template cleanup for latex. 2004-05-21 12:32:57 +00:00
README - Pre and postamble are now obsolete. 2004-05-19 07:58:32 +00:00

==================
# Scyther README #
==================

----------------
1. About Scyther
----------------

Scyther bla Cas andsoforth, bla Lutger, yada yada yada.

---------------
2. Requirements
---------------

Scyther compilation depends on a few external items:

- A C compiler (gcc or anything modern *nixy will do)
- The Flex and Bison scanner/compiler generation tools.
- The argtable 2 library.

The first two requirements are usually met by default by any modern *nix
variant, such as GNU/Linux. 

The argtable2 library is available under the LGPL license from
http://argtable.sourceforge.net/doc/argtable2.html. Make sure the paths
in the Makefile include the path to this library.

If you want LaTeX output we need

- LaTeX
- The MSC macro package msc.sty

For the documentation generation, optionally with graphs.
- Doxygen: http://www.doxygen.org/
- Dot: http://www.research.att.com/sw/tools/graphviz/