Development Team/Jhbuild: Difference between revisions
m →External links: removed dead links |
No edit summary |
||
| Line 188: | Line 188: | ||
Adjust <code>/usr/lib/ccache</code> to the path used by your distribution and create the <code>ccache</code> directory (inside your <code>sugar-jhbuild</code> checkout). | Adjust <code>/usr/lib/ccache</code> to the path used by your distribution and create the <code>ccache</code> directory (inside your <code>sugar-jhbuild</code> checkout). | ||
== Building specific version of Sugar == | |||
To build a specific version of Sugar do the following: | |||
* Open ''sugar.jhbuildrc'' and find line: | |||
<pre>modulesets = 'sugar'</pre> | |||
* Set this to: | |||
<pre>modulesets = 'sugar-0.86'</pre> | |||
customizing the latter to your specific needs. | |||
* Copy ''sugar.jhbuildrc'' to ''~/.jhbuildrc'' | |||
* ./sugar-jhbuild | |||
==Useful Internal Links== | ==Useful Internal Links== | ||