Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 663 Bytes

contributing.md

File metadata and controls

29 lines (18 loc) · 663 Bytes

Contribution Notes

Thanks for contributing! Here are some notes to help development.

macOS

On macOS, you can install different OpenSSL versions using Homebrew.

brew install openssl@1.0
brew install openssl@1.1

From there, you can choose which version you use by running the following command:

export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.0/lib/pkgconfig"

After running that export command, if you clean and re-generate Xcode, you will be linked against the OpenSSL version you chose.

Linux

Use the included Docker files to test on Ubuntu. Using Docker compose makes this easy.

docker-compose up --build test