Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Sep 21, 2016
1 parent 93a3531 commit ed5cd6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ patch:

hg clone https://hg.python.org/cpython


3. Build Python.

Detailed information can be found :ref:`here <compiling>`.
Expand All @@ -37,13 +36,13 @@ patch:
./configure
make -j2

On some Mac OS:::
On some Mac OS::

CPPFLAGS="-I$(brew --prefix openssl)/include" \
LDFLAGS="-L$(brew --prefix openssl)/lib" \
./configure --with-pydebug

On Windows:::
On Windows::

PCbuild\build.bat -e -d

Expand Down

0 comments on commit ed5cd6e

Please sign in to comment.