Changes between Version 5 and Version 6 of BuildingGtk
- Timestamp:
- Nov 14, 2007, 8:33:53 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGtk
v5 v6 44 44 45 45 === Building qmake if your distribution doesn't ship it in a package === 46 {{{ 46 47 wget ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-4.3.2.tar.gz 47 48 48 tar -xvzf qtopia-core-opensource-src-4.3.2.tar.gz 49 50 49 cd qtopia-core-opensource-src-4.3.2 51 52 50 echo y | ./configure -fast 51 }}} 53 52 54 53 Et 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.