scyther/src/compile.txt
2007-06-12 14:39:08 +02:00

25 lines
490 B
Plaintext

How to compile Scyther
Requirements expressed as Ubuntu packages where [name][location]
Needed:
gcc
If you don't know what this is, please stop reading.
cmake
A Makefile generator, available on almost any platform.
For cross-compilation (Windows):
[mingw32][universe]
GCC variant to compile for windows + w32 binutils.
The best is to simply execute:
./build.sh
This should compile everything for your platform and will copy the
binaries into the correct location.