@@ -4,19 +4,19 @@ README for rt-app @VERSION@
44 INTRODUCTION
55==============
66
7- rt-app is a test application that starts multiple periodic threads in order to
7+ rt-app is a test application that starts multiple periodic threads in order to
88simulate a real-time periodic load.
99
1010Code is currently maintained on GitHub:
1111
12- https ://github.com/gbagnoli /rt-app
12+ http ://github.com/scheduler-tools /rt-app
1313
1414
1515==============
1616 REQUIREMENTS
1717==============
1818
19- rt-app runs on GNU/Linux. It needs autoconf, automake, libtool , json -c and
19+ rt-app runs on GNU/Linux. It needs autoconf, automake, libtool , libjson -c and
2020a recent compiler (mainly: gcc) for basic features.
2121
2222=============
@@ -28,14 +28,17 @@ $ ./configure
2828$ make
2929$ make install
3030
31- Last step is optional, rt-app is generated in the src/ directory.
31+ Last step is optional, rt-app is built in the src/ directory.
3232
3333Typical usage:
3434
3535$ ./configure --prefix=<directory>
36- installs the compiled program in the given directory
36+ installs the compiled program in the given directory
3737
38- see ./configure --help for additional options.
38+ $ ./configure --with-deadline
39+ builds rt-app with support for SCHED_DEADLINE
40+
41+ See ./configure --help for additional options.
3942
4043For cross-compilation, you may have to set the CC environment variable to your
4144cross-compiler, and provide the --host option (e.g., --host=arm).
@@ -45,6 +48,7 @@ cross-compiler, and provide the --host option (e.g., --host=arm).
4548=======
4649
4750$ rt-app <config_file>
51+
4852where config file is a full/relative path to a json file (look under doc/ for
4953examples config file) or "-" (without quotes) to read JSON data from stdin.
5054
0 commit comments