Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 242 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 242 Bytes

nats

export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include/
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl/
git clone https://github.com/protobuf-c/protobuf-c.git
cd protobuf-c
./configure CFLAGS=-fPIC
make
make install