diff options
author | Guruprasad Aphale <guru@koruna.cs.unc.edu> | 2010-05-19 12:22:43 -0400 |
---|---|---|
committer | Guruprasad Aphale <guru@koruna.cs.unc.edu> | 2010-05-19 12:22:43 -0400 |
commit | 8d4baac126ef2b707a737009fe2ede9cd144b293 (patch) | |
tree | 4b59d30832d78b3ee418d5ca23f6f046773653cc | |
parent | 9e383c28f0e437ae532680086be45afdcf076e6a (diff) |
Added a sample .config file for liblitmus
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -380,7 +380,7 @@ make modules | |||
380 | 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>). | 380 | 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>). |
381 | In order to compile <span class="src">liblitmus</span>, you need to adjust the | 381 | In order to compile <span class="src">liblitmus</span>, you need to adjust the |
382 | variable <span class="src">LITMUS_KERNEL</span> in the <span class="src">SConstruct</span> file to point to your | 382 | variable <span class="src">LITMUS_KERNEL</span> in the <span class="src">SConstruct</span> file to point to your |
383 | 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. <br> | 383 | 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> |
384 | Sample output of <span class="src"> scons -h </span> is as shown below. | 384 | Sample output of <span class="src"> scons -h </span> is as shown below. |
385 | </p> | 385 | </p> |
386 | <p> | 386 | <p> |