File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,24 @@ below.
9696
9797Package 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
107118Profile Guided Optimization
108119^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments