Skip to content

Commit

Permalink
Add dependency information to readme
Browse files Browse the repository at this point in the history
Add information to the readme file on the libraries which the Muse Gestures library depends on.

Closes #8
  • Loading branch information
ExcaliburZero committed Apr 19, 2016
1 parent aac7af2 commit 6c900dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public class MuseCar implements MuseGestures {

For a complete list of the recognized gestures, see the documentation on [MuseGesture](https://suny-oswego-muse-project.github.io/muse-gestures/musegestures/MuseGesture.html).

## Dependencies
The Muse Gestures library requires the following libraries in order to be compiled and run:

- [oscP5](https://github.com/sojamo/oscp5)

## Documentation
A copy of the documentation for Muse Gestures is available from the following page. It is manually updated, so it may occasionally be out of date. In order to make sure you have the most up to date version of the documentation you can [compile the documentation from source](#generating-documentation).

Expand Down

0 comments on commit 6c900dd

Please sign in to comment.