summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2010-05-19 16:23:40 -0400
committerBjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu>2010-05-19 16:23:40 -0400
commitad7072f7f6dd6a093fc15cd860b820eda6bdd20a (patch)
tree063f25b4611963aa84b5f1a5a7d18769464240a9
parente6cec83ace0a3a345ef60ab57a4a9ab032a48b73 (diff)
parent423283901b836f69b6f6deb57d3ea9e695f535bb (diff)
Merge branch 'wip-2010' of ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/homepage into wip-2010
Conflicts: index.html
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 739132f..204addf 100644
--- a/index.html
+++ b/index.html
@@ -383,9 +383,9 @@ make modules
383 <p class="notopmargin"> 383 <p class="notopmargin">
384 The user-space library for real-time tasks, <span class="src">liblitmus</span>, 384 The user-space library for real-time tasks, <span class="src">liblitmus</span>,
385 depends on the LITMUS<sup>RT</sup> kernel kernel and provides its own build system (based on <a href="http://www.scons.org/">scons</a>). 385 depends on the LITMUS<sup>RT</sup> kernel kernel and provides its own build system (based on <a href="http://www.scons.org/">scons</a>).
386 In order to compile <span class="src">liblitmus</span>, you need to adjust the 386 In order to compile <span class="src">liblitmus</span>, you need to adjust the
387 variable <span class="src">LITMUS_KERNEL</span> in the <span class="src">SConstruct</span> file to point to your 387 variable <span class="src">LITMUS_KERNEL</span> in the <span class="src">.config</span> file to point to your
388 copy of the kernel. Users should not update the <span class="src">SConstruct</span> file manually anymore. Instead, a <span class="src">.config</span> file can be created with appropriate variables. The required variables can be listed using <span class="src"> scons -h </span> command. This command lists the variables required for building the <span class="src"> liblitmus2010 </span> library. For reference, we provide a sample <a href="download/2010.1/liblitmus-2010-config"> config </a> file. 388 copy of the kernel. The variables required for building <span class="src">liblitmus </span> can be listed using <span class="src"> scons -h </span> command. For reference, we provide a sample <a href="download/2010.1/liblitmus-2010-config"> config </a> file.
389 Sample output of <span class="src"> scons -h </span> is as shown below. 389 Sample output of <span class="src"> scons -h </span> is as shown below.
390 </p> 390 </p>
391 <pre class="shell"> 391 <pre class="shell">
@@ -427,7 +427,7 @@ cd $DIR
427wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz 427wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz
428tar xzf liblitmus-2010.1.tgz 428tar xzf liblitmus-2010.1.tgz
429cd liblitmus 429cd liblitmus
430# change LITMUS_KERNEL in SConstruct to point to the kernel source 430# change LITMUS_KERNEL in .config to point to the kernel source
431scons 431scons
432</pre> 432</pre>
433 <p class="nobottommargin"> 433 <p class="nobottommargin">