From fba2d5c4c423d4cea654982af8ad33890cb34cea Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 4 Nov 2016 17:45:55 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d10bba0..4544b15 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Used Librarys: ## Installation 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` +- `g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x` +- if the first command doesn't work `g++ -Wall -o"%e" "%f" -l raspicam -l bcm2835 -sdt=c++14` ActionPi © 2016 Software Development Kellerkinder (SDK) www.kellerkinder.xyz