forked from openFrameworks-RaspberryPi/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
RaspberryPi
tombue edited this page Feb 12, 2013
·
11 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.