Skip to content

Commit f99cca8

Browse files
authored
Remove redundant information from the "Build Python" step
1 parent f203540 commit f99cca8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

index.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,10 @@ patch:
3131
There are different instructions for :ref:`UNIX <unix-compiling>`,
3232
:ref:`Mac OS <MacOS>`, and :ref:`Windows <windows-compiling>`.
3333

34-
The command to compile on UNIX is::
34+
The command to compile on UNIX and Mac OS is::
3535

36-
./configure
37-
make -j2
38-
39-
On some Mac OS::
40-
41-
CPPFLAGS="-I$(brew --prefix openssl)/include" \
42-
LDFLAGS="-L$(brew --prefix openssl)/lib" \
4336
./configure --with-pydebug
37+
make -j
4438

4539
On Windows::
4640

0 commit comments

Comments
 (0)