We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc03bf4 commit bb21bc3Copy full SHA for bb21bc3
Doc/using/unix.rst
@@ -158,16 +158,16 @@ Custom OpenSSL
158
.. code-block:: shell-session
159
160
$ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz
161
- $ tar xzf openssl-VERSION
162
- $ pushd openssl-VERSION
163
- $ ./config \
164
- --prefix=/usr/local/custom-openssl \
165
- --libdir=lib \
166
- --openssldir=/etc/ssl
167
- $ make -j1 depend
168
- $ make -j8
169
- $ make install_sw
170
- $ popd
+ $ tar xzf openssl-VERSION
+ $ pushd openssl-VERSION
+ $ ./config \
+ --prefix=/usr/local/custom-openssl \
+ --libdir=lib \
+ --openssldir=/etc/ssl
+ $ make -j1 depend
+ $ make -j8
+ $ make install_sw
+ $ popd
171
172
3. Build Python with custom OpenSSL
173
(see the configure `--with-openssl` and `--with-openssl-rpath` options)
0 commit comments