Skip to content

Instantly share code, notes, and snippets.

View pqrth's full-sized avatar

Parth P Panchal pqrth

View GitHub Profile
#!/bin/sh
brew install rbenv/tap/[email protected]
brew install [email protected]
OPENSSL_1_0_DIR=$(brew --prefix rbenv/tap/[email protected])
alias bison="/usr/local/opt/[email protected]/bin/bison"
export CPPFLAGS=-I${OPENSSL_1_0_DIR}/include
export LDFLAGS=-L${OPENSSL_1_0_DIR}/lib