scyther/README

29 lines
720 B
Plaintext
Raw Normal View History

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/
2004-05-22 15:32:57 +01:00
Scyther requires the argtable2 library, which can be downloaded from
http://argtable.sourceforge.net/doc/argtable2.html
Compile and Install:
2004-05-22 15:32:57 +01:00
--------------------
$ ./configure
$ make
and then as root
# make install
Configuration options:
2004-05-22 15:32:57 +01:00
----------------------
If you have the argtable2 library installed in some non-standard
directory, you can use:
$ ./configure LDFLAGS=-L/specialdir/lib CPPFLAGS=-I/specialdir/include
2004-05-22 15:32:57 +01:00
Use ./configure --help to see the full list of options