32bit-build added, refs #2
This commit is contained in:
13
install-32-bit-lin-win.sh
Executable file
13
install-32-bit-lin-win.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
./bootstrap.sh && \
|
||||
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \
|
||||
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \
|
||||
./configure \
|
||||
--prefix=/opt/local/i586-mingw32msvc \
|
||||
--build=x86_64 \
|
||||
--host=i586-mingw32msvc && \
|
||||
make && \
|
||||
sudo make install && \
|
||||
make clean && \
|
||||
./configure && \
|
||||
make check && \
|
||||
sudo make install
|
Reference in New Issue
Block a user