Skip to content

Instantly share code, notes, and snippets.

@hamiltont
Created July 9, 2014 18:09
Show Gist options
  • Save hamiltont/c3fe3fe65baf8d21315f to your computer and use it in GitHub Desktop.
Save hamiltont/c3fe3fe65baf8d21315f to your computer and use it in GitHub Desktop.
sudo apt-get -y install \
cmake build-essential automake `# Needed for building code` \
curl wget unzip `# Common tools` \
software-properties-common `# Needed for add-apt-repository` \
git-core mercurial `# Version control systems` \
libpcre3 libpcre3-dev libpcrecpp0 `# Regular expression support` \
libssl-dev libcurl4-openssl-dev `# SSL libraries` \
libmysqlclient-dev \
mongodb-clients \
libsqlite3-dev sqlite3 `# Database libraries` \
zlib1g-dev python-software-properties \
libreadline6-dev \
libbz2-dev \
libyaml-dev libxml2-dev \
libxslt-dev libgdbm-dev ncurses-dev \
libffi-dev htop libtool bison libevent-dev \
libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 \
liborc-0.4-0 libwxbase2.8-0 libwxgtk2.8-0 libgnutls-dev \
libjson0-dev libmcrypt-dev libicu-dev gettext \
libpq-dev mlton cloc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment