forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 11
RaspberryPi
Jason Van Cleave edited this page Aug 12, 2013
·
13 revisions
- Raspberry Pi Introduction
- Raspberry Pi Getting Started
- Raspberry Pi Contributing Code
- Raspberry Pi Developer Notes
- Raspberry Pi Roadmap
- Raspberry Pi Participants
- Raspberry Pi Projects
- Raspberry Pi Troubleshooting
- Raspberry Pi Tricks and Tips
Compiling all examples can be done with the following scripts:
For normal compiling run,
scripts/linux/buildAllRPIExamples.sh
For distcc
based compiling:
- Use the same script as above and make sure your
MAKEFLAGS
are set for distcc (see the Raspberry Pi Cross-compiling Guide).
- Works with
ofSerial
andofArduino
. Follow the normal instructions.