Skip to content

Instantly share code, notes, and snippets.

@donalmacc
Created November 1, 2012 11:04
Show Gist options
  • Save donalmacc/3993058 to your computer and use it in GitHub Desktop.
Save donalmacc/3993058 to your computer and use it in GitHub Desktop.
Set up ubuntu machines for development
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