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
#!/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 |
OlderNewer