From 0c639d9c143d1a64d6a70e8b7d231325c78c4d7d Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 22 Jan 2016 13:57:26 +0100 Subject: [PATCH] Add information about ofxOMXPlayer releases --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c57fcbd..b889e1d 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,14 @@ To install dependencies, `cd` into `openFrameworks/addons` directory and execute git clone https://github.com/jvcleave/ofxOMXPlayer.git && git clone https://github.com/bakercp/ofxIO.git ``` -And you are good to go! +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. + +``` +cd openFrameworks/addons/ofxOMXPlayer +git checkout 0.9.0-compatible +``` + +You can check the latest releases on the [ofxOMXPlayer GitHub repository](https://github.com/jvcleave/ofxOMXPlayer/releases). First Test