diff options
author | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2010-05-19 16:23:40 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2010-05-19 16:23:40 -0400 |
commit | ad7072f7f6dd6a093fc15cd860b820eda6bdd20a (patch) | |
tree | 063f25b4611963aa84b5f1a5a7d18769464240a9 | |
parent | e6cec83ace0a3a345ef60ab57a4a9ab032a48b73 (diff) | |
parent | 423283901b836f69b6f6deb57d3ea9e695f535bb (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.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 | |||
427 | wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz | 427 | wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz |
428 | tar xzf liblitmus-2010.1.tgz | 428 | tar xzf liblitmus-2010.1.tgz |
429 | cd liblitmus | 429 | cd 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 |
431 | scons | 431 | scons |
432 | </pre> | 432 | </pre> |
433 | <p class="nobottommargin"> | 433 | <p class="nobottommargin"> |