refs #17
parent
684ba4bfa3
commit
7904ef63de
1 changed files with 19 additions and 22 deletions
@ -1,23 +1,20 @@ |
||||
./bootstrap.sh && \ |
||||
LDFLAGS="-L/usr/local/trolltech/qt-32bit/lib -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 && \ |
||||
make && \ |
||||
sudo make install && \ |
||||
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 --with-qt-dir=/usr/local/trolltech/qt/include && \ |
||||
make check && \ |
||||
sudo make install |
||||
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \ |
||||
--libdir=/usr/local/lib32 \ |
||||
--build=x86_64 \ |
||||
--host=i386 && \ |
||||
make && \ |
||||
sudo make install && \ |
||||
make clean && \ |
||||
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