Skip to content

Instantly share code, notes, and snippets.

@firmread
Last active August 29, 2015 14:17
Show Gist options
  • Save firmread/f81cbfadae91ec28abff to your computer and use it in GitHub Desktop.
Save firmread/f81cbfadae91ec28abff to your computer and use it in GitHub Desktop.
cd ~
curl -O http://www.openframeworks.cc/versions/v0.8.4/of_v0.8.4_linuxarmv6l_release.tar.gz
tar vxfz of_v0.8.4_linuxarmv6l_release.tar.gz
cd /home/pi/of_v0.8.4_linuxarmv6l_release/scripts/linux/debian_armv6l
sudo ./install_dependencies.sh
make Release -C /home/pi/of_v0.8.4_linuxarmv6l_release/libs/openFrameworksCompiled/project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment