Changes between Version 12 and Version 13 of WebKitGTK/StartHacking
- Timestamp:
- Jun 20, 2013 7:09:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/StartHacking
v12 v13 18 18 * You may want to speed up your compilation through the usage of ''ccache'' and, therefore, reserve another ~8Gb (with few builds my cache is taking ~3Gb). 19 19 * You may want to combine WebKitGTK development with ''Epiphany'' development, the reference application using WebKitGTK and the official GNOME web browser. This will take another additional Gbs (approx. amount to be completed). 20 * You may want to do your hacking in a chrootenvironment so it doesn't interfere with your production distribution. A basic Ubuntu Quantal Quetzal x64 in which to work takes to me ~4Gb.20 * You may want to do your hacking in a [wiki:WebKitGTK/StartHacking#Usingachrootasworkingenvironment chroot] environment so it doesn't interfere with your production distribution. A basic Ubuntu Quantal Quetzal x64 in which to work takes to me ~4Gb. 21 21 22 22 … … 32 32 You will have to take all of this into consideration before starting to work in WebKit. 33 33 34 35 36 == Choosing the working distribution == 37 38 Development branches of WebKitGTK require quite an up to date distribution. In the end, this is development so you may want to have your working tools as updated as possible. 39 40 Well known working distributions are Debian Testing or SID, Ubuntu Raring Ringtail or Fedora Core 18. 41 42 If you happen to have an older distribution as your daily production environment you may be interested on using a [wiki:WebKitGTK/StartHacking#Usingachrootasworkingenvironment chroot] environment in which to install one of these distributions. 34 43 35 44