diff options
-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> |