From 8720d957b4d9b5f13f6a01e5396743e56b03e974 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 19 May 2014 17:18:48 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 640cf6c..9e8f1cd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,13 @@ To test the addon, you will have to compile and run it: ```bash cd ~/openFrameworks/addons/ofxPiMapper/example -make && make run +make +``` + +After it compiles, run it by executing it directly instead of using `make run`: + +``` +./bin/example ``` It will take a while first, but once it runs, press 1, 2, 3 and 4 keys to switch between modes of the software. Switch to mode 3 at first to select a surface. Afterwards you will be able to edit the texture mapping of it in mode 2 and choose a source in mode 4. Mode 1 is the presentation mode. It is activated on start by default.