closes #15
parent
e444a3f0bd
commit
04bba8749d
2 changed files with 35 additions and 34 deletions
@ -1,14 +1,14 @@ |
|||||||
./bootstrap.sh && \ |
./bootstrap.sh && \ |
||||||
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \ |
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \ |
||||||
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \ |
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \ |
||||||
./configure \ |
./configure \ |
||||||
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \ |
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \ |
||||||
--prefix=/opt/local/i586-mingw32msvc \ |
--prefix=/opt/local/i586-mingw32msvc \ |
||||||
--build=x86_64 \ |
--build=x86_64 \ |
||||||
--host=i586-mingw32msvc && \ |
--host=i586-mingw32msvc && \ |
||||||
make && \ |
make && \ |
||||||
sudo make install && \ |
sudo make install && \ |
||||||
make clean && \ |
make clean && \ |
||||||
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \ |
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \ |
||||||
make check && \ |
make check && \ |
||||||
sudo make install |
sudo make install |
||||||
|
@ -1,22 +1,23 @@ |
|||||||
./bootstrap.sh && \ |
./bootstrap.sh && \ |
||||||
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \ |
LDFLAGS="-L/usr/local/trolltech/qt-mingw32/lib -L/usr/lib32 -m32" \ |
||||||
--with-qt-dir=/usr/local/trolltech/qt-32bit/include \ |
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 -DQ_OS_WIN32" \ |
LDFLAGS="-L/opt/local/i586-mingw32msvc/lib" \ |
||||||
./configure \ |
CPPFLAGS="-I/opt/local/i586-mingw32msvc/include -DQ_OS_WIN32" \ |
||||||
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \ |
./configure \ |
||||||
--prefix=/opt/local/i586-mingw32msvc \ |
--with-qt-dir=/usr/local/trolltech/qt-mingw32/include \ |
||||||
--build=x86_64 \ |
--prefix=/opt/local/i586-mingw32msvc \ |
||||||
--host=i586-mingw32msvc && \ |
--build=x86_64 \ |
||||||
make && \ |
--host=i586-mingw32msvc && \ |
||||||
sudo make install && \ |
make && \ |
||||||
make clean && \ |
sudo make install && \ |
||||||
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \ |
make clean && \ |
||||||
make check && \ |
./configure --with-qt-dir=/usr/local/trolltech/qt/include && \ |
||||||
sudo make install |
make check && \ |
||||||
|
sudo make install |
||||||
|
Loading…
Reference in new issue