From 6c900dded69df2142875b333294eb98723eebc0d Mon Sep 17 00:00:00 2001 From: Christopher Wells Date: Tue, 19 Apr 2016 13:50:25 -0400 Subject: [PATCH] Add dependency information to readme Add information to the readme file on the libraries which the Muse Gestures library depends on. Closes #8 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c1ef255..5287ab1 100644 --- a/README.md +++ b/README.md @@ -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).