Changes between Version 4 and Version 5 of BuildingGtk


Ignore:
Timestamp:
Nov 14, 2007 8:32:42 AM (17 years ago)
Author:
zecke2@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v4 v5  
    4242
    4343This will build both the library and the GtkLauncher demo in WebKit/WebKitBuild
     44
     45=== Building qmake if your distribution doesn't ship it in a package ===
     46 wget ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-4.3.2.tar.gz
     47 
     48 tar -xvzf qtopia-core-opensource-src-4.3.2.tar.gz
     49 
     50 cd qtopia-core-opensource-src-4.3.2
     51 
     52 echo y | ./configure -fast
     53 
     54Et 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.
     55
    4456== Installation ==
    4557To install the library and the header files: