Changes between Version 1 and Version 2 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jun 19, 2013 4:49:17 AM (11 years ago)
Author:
Andres Gomez
Comment:

Added initial compiling section

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v1 v2  
    5454
    5555Done! You are ready to start using the code.
     56
     57
     58
     59== Compiling ==
     60
     61Before 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
     63Summarizing, if you are working isolated with a single computer, just start using [ ccache].
     64
     65If 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''.