Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PCbuild/README.rst
  • Loading branch information
kirbyfan64 authored Feb 10, 2017
commit 9cc3f07c37986e3b01a247ebec70a7a868061c97
5 changes: 3 additions & 2 deletions PCbuild/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ library which are implemented in C; each one builds a DLL (renamed to
The following Python-controlled sub-projects wrap external projects.
Note that these external libraries are not necessary for a working
interpreter, but they do implement several major features. See the
*Getting External Sources* section below for additional information
`Getting External Sources <https://github.com/python/cpython/blob/master/PCbuild/README.rst#getting-external-sources>`_
section below for additional information
about getting the source for building these libraries. The sub-projects
are:

Expand Down Expand Up @@ -247,7 +248,7 @@ painless as possible, called "get_externals.bat" and located in this
directory. This script extracts all the external sub-projects from
http://svn.python.org/projects/external
via Subversion (so you'll need ``svn.exe`` on your PATH) and places them
in ..\externals (relative to this directory).
in ``..\externals`` (relative to this directory).

It is also possible to download sources from each project's homepage,
though you may have to change folder names or pass the names to MSBuild
Expand Down