devel:sis
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
devel:sis [2016/09/28 11:05] – danil | devel:sis [2017/01/20 10:33] (current) – removed danil | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Building SIS ====== | ||
- | * Replace '' | ||
- | * Use '' | ||
- | * For Windows builds add '' | ||
- | |||
- | ===== Cross-compiling for Windows ===== | ||
- | - Install MinGW-W64: '' | ||
- | * 32-bit SIS for Windows:< | ||
- | ./configure --host=i686-w64-mingw32 | ||
- | make | ||
- | </ | ||
- | * 64-bit SIS for Windows:< | ||
- | ./configure --host=x86_64-w64-mingw32 | ||
- | make | ||
- | </ | ||
- | |||
- | ===== Compiling for Linux ===== | ||
- | * 32-bit SIS for Linux:< | ||
- | CFLAGS=-m32 ./configure | ||
- | make | ||
- | </ | ||
- | * 64-bit SIS for Linux:< | ||
- | CFLAGS=-m64 ./configure | ||
- | make | ||
- | </ |
Copyright © 2014-2024 workcraft.org