Last active
August 29, 2015 14:13
-
-
Save toolboc/1c09fcaa1ebb5d78184f to your computer and use it in GitHub Desktop.
Ino installation for Intel Galileo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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