diff options
author | Guruprasad Aphale <guru@koruna.cs.unc.edu> | 2010-05-19 16:04:40 -0400 |
---|---|---|
committer | Guruprasad Aphale <guru@koruna.cs.unc.edu> | 2010-05-19 16:04:40 -0400 |
commit | 423283901b836f69b6f6deb57d3ea9e695f535bb (patch) | |
tree | 32eab23ab063a39fd1d0ae795d528492bd31f51a | |
parent | c69657fb3beb7db05002d2f5eeff47c1694ad794 (diff) |
Updated the liblitmus compilation section
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -384,8 +384,8 @@ make modules | |||
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.<br> | 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.<br> |
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 | <p> | 391 | <p> |
@@ -429,7 +429,7 @@ cd $DIR | |||
429 | wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz | 429 | wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz |
430 | tar xzf liblitmus-2010.1.tgz | 430 | tar xzf liblitmus-2010.1.tgz |
431 | cd liblitmus | 431 | cd liblitmus |
432 | # change LITMUS_KERNEL in SConstruct to point to the kernel source | 432 | # change LITMUS_KERNEL in .config to point to the kernel source |
433 | scons | 433 | scons |
434 | </pre> | 434 | </pre> |
435 | <p class="nobottommargin"> | 435 | <p class="nobottommargin"> |