Skip to content

Commit fdd91ac

Browse files
author
Juri Lelli
authored
Merge pull request #25 from claudioscordino/master
README: fix/add some information
2 parents fa97253 + ec38194 commit fdd91ac

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.in

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
88
simulate a real-time periodic load.
99

1010
Code 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
2020
a 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

3333
Typical 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

4043
For cross-compilation, you may have to set the CC environment variable to your
4144
cross-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+
4852
where config file is a full/relative path to a json file (look under doc/ for
4953
examples config file) or "-" (without quotes) to read JSON data from stdin.
5054

0 commit comments

Comments
 (0)