Changes between Version 5 and Version 6 of BuildingGtk


Ignore:
Timestamp:
Nov 14, 2007 8:33:53 AM (16 years ago)
Author:
zecke2@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v5 v6  
    4444
    4545=== Building qmake if your distribution doesn't ship it in a package ===
     46{{{
    4647 wget ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-4.3.2.tar.gz
    47  
    4848 tar -xvzf qtopia-core-opensource-src-4.3.2.tar.gz
    49  
    5049 cd qtopia-core-opensource-src-4.3.2
    51  
    5250 echo y | ./configure -fast
     51}}}
    5352 
    5453Et voila the bin/ directory holds a qmake binary you can use for the Gtk+ port. You might want to set the QMAKESPEC to $PWD/mkspecs/ANY-SPEC-YOU-WANT but the default should just work.