openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

remove unnecesary files + adds portaudio library from system to arm makefile #43

Closed arturoc closed 11 years ago

arturoc commented 11 years ago

with this soundstream is working on armv7, for the raspberry you'll need to install the library and add it to the makefiles:

apt-get install portaudio19-dev

also freetype is in the repos, i've sent a pr to develop in the main repo to remove freetype and portaudio and use it from the system so you can also remove it from the new makefiles and add it in the install script

danzeeeman commented 11 years ago

need to update the dep install script.