Changes between Version 1 and Version 2 of WebKitGTK/StartHacking
- Timestamp:
- Jun 19, 2013 4:49:17 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v1 v2 54 54 55 55 Done! You are ready to start using the code. 56 57 58 59 == Compiling == 60 61 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]. 62 63 Summarizing, if you are working isolated with a single computer, just start using [ ccache]. 64 65 If you are in a network in which other computers are available to help on compilation, just start using [ distcc] or some other distributed compiling software like ''icecc''.