Update README.md

This commit is contained in:
Jannik 2016-11-04 17:45:55 +01:00 committed by GitHub
parent bb19906e2f
commit fba2d5c4c4
1 changed files with 2 additions and 2 deletions

View File

@ -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