- Cross compilation for windows added.
This commit is contained in:
parent
b5470aa894
commit
c0f87ce87d
18
src/compile.txt
Normal file
18
src/compile.txt
Normal file
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user