Skip to content

Commit 138a41f

Browse files
author
JackBoosY
committed
Add more doc
1 parent a5822ab commit 138a41f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,24 @@ below.
9696

9797
Package manager
9898
^^^^^^^^^^^^^^^^^^^^^^^^^^^
99-
You can also use package manager vcpkg to build cpython with the following step::
99+
`vcpkg <https://github.com/microsoft/vcpkg>`_ is a package manager that supports
100+
all platforms (Windows, Linux and MacOS), you can easily use vcpkg to install
101+
third-party libraries with one command.
102+
103+
Use the following steps to build cpython::
100104

101105
git clone https://github.com/microsoft/vcpkg.git
102106
./bootstrap-vcpkg.bat # for powershell
103107
./bootstrap-vcpkg.sh # for bash
104108
./vcpkg install python3
105109

110+
See `document <https://github.com/microsoft/vcpkg#getting-started>`_ for more usage information.
111+
Please clone vcpkg in a non-whitespace and no non-ascii path anywhere.
112+
To remove vcpkg, you just need to remove the vcpkg folder.
113+
114+
Please use `this link
115+
<https://github.com/microsoft/vcpkg/issues/new?assignees=&labels=category%3Aport-bug&template=report-package-build-failure.md&title=%5B%3Cport+name%3E%5D+build+failure>`_
116+
to create an issue to vcpkg if you encounter any issues.
106117

107118
Profile Guided Optimization
108119
^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)