Skip to content

Commit

Permalink
Merge pull request #25 from claudioscordino/master
Browse files Browse the repository at this point in the history
README: fix/add some information
  • Loading branch information
Juri Lelli authored May 17, 2017
2 parents fa97253 + ec38194 commit fdd91ac
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ README for rt-app @VERSION@
INTRODUCTION
==============

rt-app is a test application that starts multiple periodic threads in order to
rt-app is a test application that starts multiple periodic threads in order to
simulate a real-time periodic load.

Code is currently maintained on GitHub:

https://github.com/gbagnoli/rt-app
http://github.com/scheduler-tools/rt-app


==============
REQUIREMENTS
==============

rt-app runs on GNU/Linux. It needs autoconf, automake, libtool , json-c and
rt-app runs on GNU/Linux. It needs autoconf, automake, libtool , libjson-c and
a recent compiler (mainly: gcc) for basic features.

=============
Expand All @@ -28,14 +28,17 @@ $ ./configure
$ make
$ make install

Last step is optional, rt-app is generated in the src/ directory.
Last step is optional, rt-app is built in the src/ directory.

Typical usage:

$ ./configure --prefix=<directory>
installs the compiled program in the given directory
installs the compiled program in the given directory

see ./configure --help for additional options.
$ ./configure --with-deadline
builds rt-app with support for SCHED_DEADLINE

See ./configure --help for additional options.

For cross-compilation, you may have to set the CC environment variable to your
cross-compiler, and provide the --host option (e.g., --host=arm).
Expand All @@ -45,6 +48,7 @@ cross-compiler, and provide the --host option (e.g., --host=arm).
=======

$ rt-app <config_file>

where config file is a full/relative path to a json file (look under doc/ for
examples config file) or "-" (without quotes) to read JSON data from stdin.

0 comments on commit fdd91ac

Please sign in to comment.