Last active
April 9, 2017 12:17
-
-
Save teadur/fb7e6abb72ec64a5847cbee9032c3439 to your computer and use it in GitHub Desktop.
ruby-build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION' | |
# 2.2.7 | |
apt-get install libssl1.0-dev | |
# registry-bundle-install | |
sudo apt-get install libreadline-dev libxml2-dev libpq-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment