From c0f87ce87d2f46fa6f8579614afdc8a2bad1d9d4 Mon Sep 17 00:00:00 2001 From: ccremers Date: Fri, 8 Sep 2006 13:09:14 +0000 Subject: [PATCH] - Cross compilation for windows added. --- src/compile.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/compile.txt diff --git a/src/compile.txt b/src/compile.txt new file mode 100644 index 0000000..71e32d5 --- /dev/null +++ b/src/compile.txt @@ -0,0 +1,18 @@ +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. + scons + A Python script set to replace the make etc. toolchain. + +For cross-compilation (Windows): + + [mingw32][universe] + GCC variant to compile for windows + w32 binutils. + + Use 'scons arch=windows' to generate the binary. +