Changes between Version 6 and Version 7 of BuildingOnLinux
- Timestamp:
- Jul 31, 2007, 10:42:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnLinux
v6 v7 8 8 * [wiki:"QtWebKit" Building on Qt] 9 9 10 For a quick setup of safari on GNU/Linux use the following section.10 For a quick setup of safari on GNU/Linux use the following section. 11 11 12 12 == Easy steps == … … 14 14 === Build Gdk Port === 15 15 16 * Checkout the main trunk from SVN. It will take atleast 2 hrs to get this complete.16 * Checkout the main trunk from SVN. It will take atleast 2 hrs to get this complete. 17 17 18 18 … … 21 21 }}} 22 22 23 * The checkout is around 1.1GB (depends on SVN client used) and after build it adds 600 MB.23 * The checkout is around 1.1GB (depends on SVN client used) and after build it adds 600 MB. 24 24 25 * While SVN checkout is going on, you time save by issuing the following command in a new terminal to install the external dependencies required for the Gdk port to be build,25 * While SVN checkout is going on, you time save by issuing the following command in a new terminal to install the external dependencies required for the Gdk port to be build, 26 26 27 27 … … 45 45 }}} 46 46 47 * Export path variable using the command,47 * Export path variable using the command, 48 48 49 49 … … 54 54 55 55 56 * Build WebKit and the Gdk test browser with56 * Build WebKit and the Gdk test browser with 57 57 58 58 {{{ … … 60 60 }}} 61 61 62 * Testing the port62 * Testing the port 63 63 64 64 A very simple test browser is built at … … 72 72 The same procedure upto build steps. After that use the following command, 73 73 74 * Build WebKit and the QT test browser with74 * Build WebKit and the QT test browser with 75 75 76 76 {{{ … … 78 78 }}} 79 79 80 * Testing the port80 * Testing the port 81 81 82 82 A very simple test browser is built at