|
Written by Gerasim Troeglazov
|
|
Monday, 11 January 2010 04:18 |
- Install Qt from binary packages
- Download the latest build from Downloads. (If you only need to run applications take minimal package. Full package is designed for developers, and it also contains the header files, documentation, and utilities.)
- Extract package into /boot
- Install Qt 4.7.x from sources
-
Cloning repository:
- Select gcc4 compiler as default:
- Configure:
- configure --prefix-install=no -no-pch -no-opengl -no-largefile -fast -nomake examples -nomake demos -release -opensource -confirm-license -no-iconv -phonon -no-phonon-backend -multimedia -no-audio-backend
- Building Qt:
- Install Qt:
- Install utility for systray support:
- cd src/3rdparty/haiku-tools/qsystray
- make
- make install
- Install Qt 4.5.1 from sources
- Check out code from the SVN repository using the following command:
- svn co http://svn.osdrawer.net/qt-haiku/trunk qt-haiku
- cd qt-haiku
- Select gcc4 compiler as default:
- Configure:
- configure --prefix-install=no -no-pch -release -opensource -confirm-license -no-largefile -qt-libjpeg -qt-libtiff -qt-libmng -qt-gif -qt3support -no-opengl -phonon -no-phonon-backend -optimized-qmake -fast -nomake examples -nomake demos
- Building Qt:
- Install Qt:
- Install any applications from Apps
- Extract package into /boot
|
|
Last Updated on Wednesday, 30 June 2010 04:15 |
Comments