aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-24 19:34:15 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-24 19:48:44 -0500
commit6bad2f0bdfcea7da7559bcee08ccc9d41f1aadc4 (patch)
tree3025bc032099e42b3af098455882c28eca87c418 /README
parent7fbc7d3055458b7b3633d4a95ee344490dc3473e (diff)
add installation instructions to liblitmus (and 'make help')
Some initial documentation to aid new users get started with compiling the library.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 2 insertions, 15 deletions
diff --git a/README b/README
index 656dc14..accdf72 100644
--- a/README
+++ b/README
@@ -54,18 +54,5 @@ Tools and Programs
54 of single-threaded real-time tasks. 54 of single-threaded real-time tasks.
55 55
56* base_mt_task 56* base_mt_task
57 Example multi-threaded real-time task. Use as a basis for development. 57 Example multi-threaded real-time task. Use as a basis for the development of
58 58 multithreaded real-time tasks.
59
60Install
61=======
62The library and the included tools must be compiled from source.
63Liblitmus uses SCons as the build system. For details see:
64
65 http://www.scons.org/
66
67To compile the library just execute the command 'scons' without
68arguments.
69
70x86_64->ia32 cross compilation is possible by specifying ARCH=i386 on the
71command line or in the environment.