Skip to content

Instantly share code, notes, and snippets.

@ialhashim
Last active December 20, 2015 01:09
Show Gist options
  • Select an option

  • Save ialhashim/6046561 to your computer and use it in GitHub Desktop.

Select an option

Save ialhashim/6046561 to your computer and use it in GitHub Desktop.
Development preparation - Ubuntu @ Amazon EC2
# Update software packages
sudo apt-get update
# Download packages: git + gcc
sudo apt-get -y install git g++ make cmake
# Download common packages: jpeg + zlib + python-pip
sudo apt-get -y install libjpeg8-dev libpng-dev zlib1g-dev python-pip
# Download software: ImageMagick
sudo apt-get -y install imagemagick
# Download math packages:
sudo apt-get -y install liblapack-dev gfortran
# S3 sync tool
sudo pip install boto-rsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment