Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de8d7 commit 4875433Copy full SHA for 4875433
1 file changed
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