Changes between Version 1 and Version 2 of BuildingQtOnLinux
- Timestamp:
- Apr 13, 2007, 9:54:27 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v1 v2 3 3 = Building the Qt port on Linux = 4 4 5 These instructions apply to Ubuntu Linux 6.10 (Edgy Eft). 5 These instructions apply to Ubuntu Linux 6.10 (Edgy Eft). T 6 6 7 7 == Dependencies == … … 16 16 17 17 or install the libqt4-dev package from Synaptic. 18 19 You might also need to install gperf, libxslt1-dev, and bison to resolve some dependencies. 20 {{{ 21 sudo aptitude install gperf libxslt-dev bison 22 }}} 18 23 19 24 You'll then need to [http://webkit.org/building/checkout.html check out the source code from Subversion]. The Qt port is part of the WebKit source tree, so you don't need anything extra.