From 423283901b836f69b6f6deb57d3ea9e695f535bb Mon Sep 17 00:00:00 2001 From: Guruprasad Aphale Date: Wed, 19 May 2010 16:04:40 -0400 Subject: Updated the liblitmus compilation section --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1b81100..7ec57ca 100644 --- a/index.html +++ b/index.html @@ -384,8 +384,8 @@ make modules The user-space library for real-time tasks, liblitmus, depends on the LITMUSRT kernel kernel and provides its own build system (based on scons). In order to compile liblitmus, you need to adjust the - variable LITMUS_KERNEL in the SConstruct file to point to your - copy of the kernel. Users should not update the SConstruct file manually anymore. Instead, a .config file can be created with appropriate variables. The required variables can be listed using scons -h command. This command lists the variables required for building the liblitmus2010 library. For reference, we provide a sample config file.
+ variable LITMUS_KERNEL in the .config file to point to your + copy of the kernel. The variables required for building liblitmus can be listed using scons -h command. For reference, we provide a sample config file.
Sample output of scons -h is as shown below.

@@ -429,7 +429,7 @@ cd $DIR wget http://www.cs.unc.edu/~anderson/litmus-rt/download/2010.1/liblitmus-2010.1.tgz tar xzf liblitmus-2010.1.tgz cd liblitmus -# change LITMUS_KERNEL in SConstruct to point to the kernel source +# change LITMUS_KERNEL in .config to point to the kernel source scons

-- cgit v1.2.2