Changes

Jump to navigation Jump to search
→‎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 <tt>./sugar-jhbuild build</tt>, type:
+
Before running <code>./sugar-jhbuild build</code>, append this to sugar.jhbuildrc:
export MAKE_OPTIONS="-j2"
+
 
 +
<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==
344

edits

Navigation menu