diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-24 19:34:15 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-24 19:48:44 -0500 |
commit | 6bad2f0bdfcea7da7559bcee08ccc9d41f1aadc4 (patch) | |
tree | 3025bc032099e42b3af098455882c28eca87c418 /README | |
parent | 7fbc7d3055458b7b3633d4a95ee344490dc3473e (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-- | README | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -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 | |||
60 | Install | ||
61 | ======= | ||
62 | The library and the included tools must be compiled from source. | ||
63 | Liblitmus uses SCons as the build system. For details see: | ||
64 | |||
65 | http://www.scons.org/ | ||
66 | |||
67 | To compile the library just execute the command 'scons' without | ||
68 | arguments. | ||
69 | |||
70 | x86_64->ia32 cross compilation is possible by specifying ARCH=i386 on the | ||
71 | command line or in the environment. | ||