From da86373f25650f6a31ee2f15cce5e9d2879fa49d Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 6 Mar 2017 15:15:01 +0100 Subject: [PATCH] Update Dependencies section in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3b6ed0..d96c188 100644 --- a/README.md +++ b/README.md @@ -117,13 +117,12 @@ Before moving on, make sure that you have all the dependencies installed. - ofxGui (available in oF by default) - ofxXmlSettings (available in oF by default) - - [ofxIO](https://github.com/bakercp/ofxIO) - - [ofxOMXPlayer](https://github.com/jvcleave/ofxOMXPlayer) + - [ofxOMXPlayer](https://github.com/jvcleave/ofxOMXPlayer) (needed only on Raspberry Pi) To install dependencies, `cd` into `openFrameworks/addons` directory and execute the following: ```bash -git clone https://github.com/jvcleave/ofxOMXPlayer.git && git clone https://github.com/bakercp/ofxIO.git +git clone https://github.com/jvcleave/ofxOMXPlayer.git ``` The `ofxOMXPlayer` addon recommends you to use its releases. Currently the latest release is `0.9.0-compatible`. To checkout the code of the relase, go to the `ofxOMXPlayer` addon directory and checkout the relase.