File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .. highlightlang :: none
1+ .. highlightlang :: sh
22
33.. _using-on-unix :
44
@@ -55,8 +55,8 @@ On FreeBSD and OpenBSD
5555On OpenSolaris
5656--------------
5757
58- To install the newest Python versions on OpenSolaris, install blastwave
59- ( http://www.blastwave.org/howto.html) and type " pkg_get -i python" at the
58+ To install the newest Python versions on OpenSolaris, install ` blastwave
59+ < http://www.blastwave.org/howto.html> `_ and type `` pkg_get -i python `` at the
6060prompt.
6161
6262
@@ -65,17 +65,18 @@ Building Python
6565
6666If you want to compile CPython yourself, first thing you should do is get the
6767`source <http://python.org/download/source/ >`_. You can download either the
68- latest release's source or just grab a fresh `checkout
69- <http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write> `_.
68+ latest release's source or just grab a fresh `clone
69+ <http://docs.python.org/devguide/setup#getting-the-source-code> `_. (If you want
70+ to contribute patches, you will need a clone.)
7071
71- The build process consists the usual ::
72+ The build process consists in the usual ::
7273
7374 ./configure
7475 make
7576 make install
7677
7778invocations. Configuration options and caveats for specific Unix platforms are
78- extensively documented in the :file : `README ` file in the root of the Python
79+ extensively documented in the :source : `README ` file in the root of the Python
7980source tree.
8081
8182.. warning ::
You can’t perform that action at this time.
0 commit comments