Changes between Version 1 and Version 2 of WebKitGTK/SpeedUpBuild
- Timestamp:
- Jun 19, 2013 5:11:39 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/SpeedUpBuild
v1 v2 13 13 $ sudo apt-get install ccache 14 14 }}} 15 16 * Fedora: 15 - Fedora: 17 16 {{{ 18 17 #!sh … … 80 79 $ sudo apt-get install distcc 81 80 }}} 82 83 * Fedora server: 81 - Fedora server: 84 82 {{{ 85 83 #!sh … … 112 110 $ sudo apt-get install distcc 113 111 }}} 114 115 * Fedora server: 112 - Fedora server: 116 113 {{{ 117 114 #!sh … … 142 139 * By default distcc only sends at most *four* jobs per host. If a distcc server can handle more processes you can increase the number like this: DISTCC_HOST='remote-powerful-machine/8'. 143 140 * If the connection to the distcc server is slow you can compress the data: DISTCC_HOST='remote-powerful-machine/8,lzo'. Depending on your case this can actually make things slower, so try first to see if it's worth it in your case. 141 * For example, it has been checked that using ''distcc'' through a VPN (OpenVPN) doesn't pay off. 144 142 * Versions of gcc/g++ should *match* in the client and the servers. Otherwise remote compilation would probably fail, falling back to building locally instead. 145 143 * You need to perform a full rebuild before having distccpower available in webkit. So, you rm -rf WebKitBuild/Release (or Debug) first. … … 150 148 $ sudo apt-get install distccmon-gnome 151 149 }}} 152 *Fedora: already included in the distcc package150 - Fedora: already included in the distcc package 153 151 154 152 ==== Using a dynamic set of hosts ====