Skip to content

Commit 77a751b

Browse files
authored
Update build docs to work on OpenBSD (#14052)
1 parent 5b82dd3 commit 77a751b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ dependencies.
224224
. env/bin/activate
225225
pip install -U setuptools
226226
pip install -U wheel pip
227-
curl -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
228-
tar xvf openssl-${OPENSSL_VERSION}.tar.gz
227+
curl -LO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
228+
tar xzvf openssl-${OPENSSL_VERSION}.tar.gz
229229
cd openssl-${OPENSSL_VERSION}
230230
./config no-shared no-ssl2 no-ssl3 -fPIC --prefix=${CWD}/openssl
231231
make && make install

0 commit comments

Comments
 (0)