parent
7904ef63de
commit
14cc3fc7ee
3 changed files with 15 additions and 20 deletions
@ -1,14 +1,13 @@ |
|||||||
./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 \ |
|
||||||
--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 && \ |
||||||
make check && \ |
make check && \ |
||||||
sudo make install |
sudo make install |
||||||
|
Loading…
Reference in new issue