Skip to content

Instantly share code, notes, and snippets.

@brunofrank
Last active December 27, 2018 16:34
Show Gist options
  • Save brunofrank/c1cdcb0522b8a3049df3 to your computer and use it in GitHub Desktop.
Save brunofrank/c1cdcb0522b8a3049df3 to your computer and use it in GitHub Desktop.
Install ruby from source
apt-get install build-essential vim git-core curl
apt-get install bison openssl zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev autoconf libc6-dev
apt-get install libcurl4-openssl-dev libapr1-dev libaprutil1-dev libedit-dev libreadline-dev
for Ubuntu 18
apt purge libssl-dev && apt install libssl1.0-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment