File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Configure Python
44
55.. highlight :: sh
66
7+
8+ .. _build-requirements :
9+
710Build Requirements
811==================
912
@@ -50,6 +53,8 @@ See also :pep:`7` "Style Guide for C Code" and :pep:`11` "CPython platform
5053support".
5154
5255
56+ .. _optional-module-requirements :
57+
5358Requirements for Optional Modules
5459---------------------------------
5560
Original file line number Diff line number Diff line change @@ -84,11 +84,17 @@ On FreeBSD and OpenBSD
8484Building Python
8585===============
8686
87+ .. seealso ::
88+
89+ If you want to contribute to CPython, refer to the
90+ `devguide <https://devguide.python.org/getting-started/setup-building/ >`_,
91+ which includes build instructions and other tips on setting up environment.
92+
8793If you want to compile CPython yourself, first thing you should do is get the
8894`source <https://www.python.org/downloads/source/ >`_. You can download either the
89- latest release's source or just grab a fresh `clone
90- <https://devguide.python.org/setup/#get-the-source-code> `_. (If you want
91- to contribute patches, you will need a clone.)
95+ latest release's source or grab a fresh `clone
96+ <https://devguide.python.org/setup/#get-the-source-code> `_.
97+ You will also need to install :ref: ` build requirements < build-requirements >`.
9298
9399The build process consists of the usual commands::
94100
You can’t perform that action at this time.
0 commit comments