Talk:ProtoSnap Contributors Guide

From OLPC
Revision as of 19:15, 27 July 2013 by Kevix (talk | contribs) (Created page with 'using [http://inotool.org/#installation this] page, I was able to (nearly) finish that basic example with doing this on my Debian Wheezy system: wget https://pypi.python.org/pa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

using this page, I was able to (nearly) finish that basic example with doing this on my Debian Wheezy system:

wget https://pypi.python.org/packages/source/i/ino/ino-0.3.5.tar.gz#md5=e0c7aac11fdf03a89c27857bc0c81ba6 tar -xzvf ino-0.3.5.tar.gz cd ino-0.3.5 sudo pip install ino sudo apt-get install arduino-core avr-libc avrdude binutils-avr gcc-avr libftdi1

this might be less than the mentioned requirement of 'an arduino IDE'?