From 6949f1c32c0aa0a8b5f3907abc83cca1ca07eb87 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 3 Nov 2016 23:51:13 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ee860..d10bba0 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ ActionPi is an easy to use Action Camera for the Raspberry Pi. -Used Library:http://www.uco.es/investiga/grupos/ava/node/40 +Used Librarys: +- http://www.uco.es/investiga/grupos/ava/node/40 +- http://www.airspayce.com/mikem/bcm2835/ ## Installation -to build with geany add this to Build Commands: g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x +to build with geany add this to Build Commands: +- for raspbian befor 2016-09-23: `g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x` (not tested yet) +- for latest raspbian: `g++ -Wall -o"%e" "%f" -l raspicam -l bcm2835 -sdt=c++14` ActionPi © 2016 Software Development Kellerkinder (SDK) www.kellerkinder.xyz