From f1a3f3663ba0ea51591ee9a1308fd7c6f8cbed71 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 18 Feb 2016 21:17:29 +0100 Subject: [PATCH] Update readme with tip to use releases --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4d2db3a..29ab38d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ ofxPiMapper Projection mapping addon for openFrameworks that runs on the Raspberry Pi and the Intel Compute Stick. +**Important note**: You are encouraged to use the release branches as currently I am using the master branch for active development and trying to add something every day. Before you compile, make sure that you checkout latest released version. +``` +cd ~/openFrameworks/addons/ofxPiMapper +git checkout v0.2.9 +cd ~/openFrameworks/addons/ofxPiMapper/example +make && make run +``` + **Very important update**: Raspberry Pi camera now can be replaced with a HDMI input board that can allow you to use the `camera-example` out of the box to projection map content that comes in from VDMX or similar software on your computer. This one: [B101 HDMI to CSI-2 Bridge (15 pin FPC)](http://www.auvidea.eu/index.php/theme-styles/2014-12-30-22-32-06/b101) OfxPiMapper is there for people who want to use the Raspberry Pi to create standalone mapping installations. Let's say someone has 10 generative mapping pieces and gets an offer to exhibit them in an art gallery, museum or any other kind of place. 10 expensive computers? No! OfxPiMapper is here to save you!