Skip to content

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 [email protected]
brew install [email protected]

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

export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/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