32bit-build added, refs #1
parent
f378acbb0c
commit
ebad20764d
2 changed files with 16 additions and 4 deletions
@ -0,0 +1,13 @@ |
||||
./bootstrap.sh && \ |
||||
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \ |
||||
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include" \ |
||||
./configure \ |
||||
--prefix=/opt/local/i586-mingw32msvc \ |
||||
--build=x86_64 \ |
||||
--host=i586-mingw32msvc && \ |
||||
make && \ |
||||
sudo make install && \ |
||||
make clean && \ |
||||
./configure && \ |
||||
make check && \ |
||||
sudo make install |
Loading…
Reference in new issue