Development Team/Jhbuild: Difference between revisions
No edit summary |
Sascha silbe (talk | contribs) →Compiling using 2 or more cores: configure in sugar.jhbuildrc |
||
| Line 168: | Line 168: | ||
repos['dev.laptop.org/projects'] = 'git+ssh://marco@dev.laptop.org/git/projects/' | repos['dev.laptop.org/projects'] = 'git+ssh://marco@dev.laptop.org/git/projects/' | ||
== Compiling using 2 or more cores == | == Compiling using 2 or more CPU cores == | ||
Before running < | Before running <code>./sugar-jhbuild build</code>, append this to sugar.jhbuildrc: | ||
<pre> | |||
os.environ["MAKEFLAGS"] = "-j4 -l4" | |||
</pre> | |||
Adjust the numbers to be twice the number of CPU cores in your machine. | |||
==Useful Internal Links== | ==Useful Internal Links== | ||