Skip to content

Instantly share code, notes, and snippets.

@yueyoum
Created October 27, 2014 05:26
Show Gist options
  • Save yueyoum/e2d0393192e8f02caa19 to your computer and use it in GitHub Desktop.
Save yueyoum/e2d0393192e8f02caa19 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get install build-essential
apt-get install libpcre3-dev
apt-get install libssl-dev
apt-get install python-dev
apt-get install libmysqld-dev
apt-get install libncurses5-dev
apt-get install libreadline-dev
apt-get install python-pip
apt-get install python-virtualenv
apt-get install git
wget http://prdownloads.sourceforge.net/swig/swig-3.0.2.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment