refs #17
parent
684ba4bfa3
commit
7904ef63de
1 changed files with 19 additions and 22 deletions
@ -1,23 +1,20 @@ |
|||||||
./bootstrap.sh && \ |
./bootstrap.sh && \ |
||||||
LDFLAGS="-L/usr/local/trolltech/qt-32bit/lib -L/usr/lib32 -m32" \ |
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \ |
||||||
CXXFLAGS="-m32" ./configure \ |
--libdir=/usr/local/lib32 \ |
||||||
--with-qt-dir=/usr/local/trolltech/qt-32bit/include \ |
--build=x86_64 \ |
||||||
--libdir=/usr/local/lib32 \ |
--host=i386 && \ |
||||||
--build=x86_64 \ |
make && \ |
||||||
--host=i386 && \ |
sudo make install && \ |
||||||
make && \ |
make clean && \ |
||||||
sudo make install && \ |
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \ |
||||||
make clean && \ |
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include" \ |
||||||
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \ |
./configure \ |
||||||
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \ |
--prefix=/opt/local/i586-mingw32msvc \ |
||||||
./configure \ |
--build=x86_64 \ |
||||||
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \ |
--host=i586-mingw32msvc && \ |
||||||
--prefix=/opt/local/i586-mingw32msvc \ |
make && \ |
||||||
--build=x86_64 \ |
sudo make install && \ |
||||||
--host=i586-mingw32msvc && \ |
make clean && \ |
||||||
make && \ |
./configure && \ |
||||||
sudo make install && \ |
make check && \ |
||||||
make clean && \ |
sudo make install |
||||||
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \ |
|
||||||
make check && \ |
|
||||||
sudo make install |
|
||||||
|
Loading…
Reference in new issue