Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Development Team/Jhbuild
(view source)
Revision as of 13:13, 4 March 2010
130 bytes added
,
13:13, 4 March 2010
→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==
Sascha silbe
344
edits