Changes between Version 4 and Version 5 of BuildingOnLinux
- Timestamp:
- Jul 31, 2007, 10:39:47 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnLinux
v4 v5 1 1 == Introduction == 2 2 3 In Linux, you can build either Gdk port or Qt port. Gdk, QT port means the GUI browser is implemented using those libraries. So, These ports need external dependent libraries pre-installed on the system to get build. NOTE: Gdk and QT port share the external dependencies.3 In Linux, you can build either Gdk port or Qt port. Gdk, QT port means the GUI browser is implemented using those libraries. So, These ports need external dependent libraries pre-installed on the system to get it build. 4 4 5 == Dependencies==5 == Building on Linux == 6 6 7 Check [BuildingGdk http://trac.webkit.org/projects/webkit/wiki/BuildingGdk] and [BuildingQT http://trac.webkit.org/projects/webkit/wiki/QtWebKit] to get a more detailed compilation steps. 7 * [wiki:"BuildingGdk" Building on Gdk] 8 * [wiki:"QtWebKit" Building on Qt] 9 10 If you find the above links confusing use easy steps given below. 8 11 9 12 == Easy steps ==