xcode-select --install
brew install \
bdw-gc \
gmp \
libevent \
libxml2 \
libyaml \
llvm
brew link llvm --force
brew install openssl
Add this to my .zshrc
(.bashrc
or .bash_profile
if you're using bash) after installing openssl with
export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
Then run:
source ~/.bash_profile
OR
source ~/.bashrc
OR
source ~/.zshrc
git clone [email protected]:amberframework/amber.git
cd amber
make
make install
and it worked great!
Refs: