32bit-build added, refs #5
parent
5273002a39
commit
d00c40c200
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
./bootstrap.sh && \ |
||||
CXXFLAGS="$DBG" ./configure \ |
||||
--prefix=/opt/local/i586-mingw32msvc \ |
||||
--build=x86_64 \ |
||||
--host=i586-mingw32msvc && \ |
||||
make && \ |
||||
sudo make install && \ |
||||
make clean && \ |
||||
CXXFLAGS="$DBG" ./configure && \ |
||||
make check && \ |
||||
sudo make install |
Loading…
Reference in new issue