Skip to content

Instantly share code, notes, and snippets.

@toolboc
Last active August 29, 2015 14:13
Show Gist options
  • Save toolboc/1c09fcaa1ebb5d78184f to your computer and use it in GitHub Desktop.
Save toolboc/1c09fcaa1ebb5d78184f to your computer and use it in GitHub Desktop.
Ino installation for Intel Galileo
wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz --no-check-certificate
tar -xvzf setuptools-0.6c11.tar.gz
cd setuptools-0.6c11
easy_install ino
cd ..
wget https://github.com/amperka/ino/archive/master.zip --no-check-certificate
unzip master.zip
cd ino-master
make install PREFIX=/usr
cd ..
//Good luck getting this to actually work from here =)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment