Changes between Version 21 and Version 22 of WebKitGTK/StartHacking
- Timestamp:
- Jul 4, 2013, 7:00:25 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v21 v22 70 70 Before even starting to think in compiling we may want to be sure that we won't have to repeat the same huge effort shortly after. Hence, we would like to put into place some [wiki:WebKitGTK/SpeedUpBuild build speeding techniques]. 71 71 72 Summarizing, if you are working isolated with a single computer, just start using [wiki:WebKitGTK/SpeedUpBuild#ccache ccache]. 72 Summarizing, you may want to use [wiki:WebKitGTK/SpeedUpBuild#gold gold] as your linker. 73 74 If you are working isolated with a single computer, just start using [wiki:WebKitGTK/SpeedUpBuild#ccache ccache]. 73 75 74 76 If you are in a network in which other computers are available to help on compiling, just start using [wiki:WebKitGTK/SpeedUpBuild#distcc distcc] or some other distributed compiling software like ''icecc''.