This commit is contained in:
Marc Wäckerlin
2011-04-06 12:06:31 +00:00
parent a46f8ff287
commit e444a3f0bd
2 changed files with 5 additions and 2 deletions

View File

@@ -2,12 +2,13 @@
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \
./configure \
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \
--prefix=/opt/local/i586-mingw32msvc \
--build=x86_64 \
--host=i586-mingw32msvc && \
make && \
sudo make install && \
make clean && \
./configure && \
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \
make check && \
sudo make install

View File

@@ -1,5 +1,6 @@
./bootstrap.sh && \
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \
--with-qt-dir=/usr/local/trolltech/qt-32bit/include \
--libdir=/usr/local/lib32 \
--build=x86_64 \
--host=i386 && \
@@ -9,12 +10,13 @@ make clean && \
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \
./configure \
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \
--prefix=/opt/local/i586-mingw32msvc \
--build=x86_64 \
--host=i586-mingw32msvc && \
make && \
sudo make install && \
make clean && \
./configure && \
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \
make check && \
sudo make install