Scyther with my modifications
Go to file
ccremers 8e1c3685d4 - Moved some redundant checks for knowledge tuple adding, making it slightly
faster.
- Fixed some error reporting to go to stderr.
2004-06-13 21:15:14 +00:00
spdl - Fixed 2 protocols. 2004-06-12 13:10:17 +00:00
src - Moved some redundant checks for knowledge tuple adding, making it slightly 2004-06-13 21:15:14 +00:00
AUTHORS - Intermediate. 2004-05-21 13:52:49 +00:00
bootstrap - Stupid bug in previous version. 2004-05-21 18:23:52 +00:00
ChangeLog - More changes. 2004-05-21 14:01:00 +00:00
configure.in - Make the package name scyther lowercase. 2004-05-24 17:42:41 +00:00
INSTALL - Fixed install/readme files. 2004-05-22 14:32:57 +00:00
Makefile.am - Added the top-level Makefile.am as well. 2004-05-21 18:25:35 +00:00
NEWS - Intermediate. 2004-05-21 13:52:49 +00:00
README - Fixed install/readme files. 2004-05-22 14:32:57 +00:00

This is a development version of Scyther.

Read NEWS to see whats new in this release.
For copyright information see COPYING

For more information and extensive documentation go to:
  http://www.win.tue.nl/~ccremers/scyther/

Scyther requires the argtable2 library, which can be downloaded from
  http://argtable.sourceforge.net/doc/argtable2.html

Compile and Install:
--------------------

  $ ./configure
  $ make
  and then as root
  # make install

Configuration options:
----------------------

If you have the argtable2 library installed in some non-standard
directory, you can use:
  $ ./configure LDFLAGS=-L/specialdir/lib CPPFLAGS=-I/specialdir/include

Use ./configure --help to see the full list of options