Created
November 1, 2012 11:04
-
-
Save donalmacc/3993058 to your computer and use it in GitHub Desktop.
Set up ubuntu machines for development
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
sudo sh | |
apt-get update | |
apt-get install python2.7 | |
apt-get install python-numpy | |
apt-get install python-opencv | |
apt-get install eclipse-platform | |
apt-get install eclipse-cdt | |
apt-get install g++ | |
apt-get install clang | |
apt-get install git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment