From 4ce11b1b52fc30c18dbd0b862a3f7341986deaf5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 14 Mar 2017 13:50:47 -0400 Subject: update dev docs to also say macOS and use openssl 1.1 (#3452) --- docs/development/getting-started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index d94e656b..29d01c31 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -30,8 +30,8 @@ to check spelling in the documentation. You are now ready to run the tests and build the documentation. -OpenSSL on OS X -~~~~~~~~~~~~~~~ +OpenSSL on macOS +~~~~~~~~~~~~~~~~ You must have installed `OpenSSL`_ via `Homebrew`_ or `MacPorts`_ and must set ``CFLAGS`` and ``LDFLAGS`` environment variables before installing the @@ -41,8 +41,8 @@ For example, with `Homebrew`_: .. code-block:: console - $ env LDFLAGS="-L$(brew --prefix openssl)/lib" \ - CFLAGS="-I$(brew --prefix openssl)/include" \ + $ env LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" \ + CFLAGS="-I$(brew --prefix openssl@1.1)/include" \ pip install --requirement ./dev-requirements.txt Alternatively for a static build you can specify -- cgit v1.2.3