Update README.md

This commit is contained in:
Jannik 2016-11-03 23:51:13 +01:00 committed by GitHub
parent 0778a57f6b
commit 6949f1c32c
1 changed files with 6 additions and 2 deletions

View File

@ -2,11 +2,15 @@
ActionPi is an easy to use Action Camera for the Raspberry Pi. 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 ## 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) ActionPi © 2016 Software Development Kellerkinder (SDK)
www.kellerkinder.xyz www.kellerkinder.xyz