From f4cadff6e1afc7d42662b98b56fc6f2673d5956b Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 19 Feb 2022 22:56:31 -0800 Subject: [PATCH] README: description additional installation steps for Mac I'm not sure which steps are needed and what they depend on (I didn't need the `pkg-config` bits), so the steps are a little vague for now. Closes #62. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 98e870a1b..182dccf31 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,15 @@ scripts if requested. ## Installation +If you're on Mac, you may need to run some or all of these: +``` +$ xcode-select --install +$ brew install openssl +$ brew install pkg-config +$ export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig" +``` + +Now run this (regardless of platform): ```shell script # We need the "nightly" Rust toolchain. This command installs that without # changing your default.