How to PDF Print
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:

      • git clone git://gitorious.org/+qt-haiku/qt/qt-haiku-port.git qt-haiku-port

      • cd qt-haiku-port
    • Select gcc4 compiler as default:
      • setgcc gcc4
    • 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:
      • make
    • Install Qt:
      • make install
    • 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:
      • setgcc gcc4
    • 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:
      • make
    • Install Qt:
      • make install
  • Install any applications from Apps
    • Extract package into /boot

 

Comments

B
i
u
Quote
Code
List
List item
URL
Name *
Code   
Submit Comment
Last Updated on Wednesday, 30 June 2010 04:15