From a5822ab23cda2b2cc8ae150f6e6e8c8d6b68f836 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Tue, 13 Sep 2022 23:55:07 -0700 Subject: [PATCH 1/2] [document] Add vcpkg instruction step --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 4ae5dfd1bb2525..8213e0bef57cd4 100644 --- a/README.rst +++ b/README.rst @@ -94,6 +94,16 @@ Profile Guided Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO) on some platforms. For more details, see the sections below. +Package manager +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +You can also use package manager vcpkg to build cpython with the following step:: + + git clone https://github.com/microsoft/vcpkg.git + ./bootstrap-vcpkg.bat # for powershell + ./bootstrap-vcpkg.sh # for bash + ./vcpkg install python3 + + Profile Guided Optimization ^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 138a41f2df2cce11e5d0035333f612b578157098 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Tue, 27 Sep 2022 02:12:30 -0700 Subject: [PATCH 2/2] Add more doc --- README.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8213e0bef57cd4..d160a46290e3ab 100644 --- a/README.rst +++ b/README.rst @@ -96,13 +96,24 @@ below. Package manager ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -You can also use package manager vcpkg to build cpython with the following step:: +`vcpkg `_ is a package manager that supports +all platforms (Windows, Linux and MacOS), you can easily use vcpkg to install +third-party libraries with one command. + +Use the following steps to build cpython:: git clone https://github.com/microsoft/vcpkg.git ./bootstrap-vcpkg.bat # for powershell ./bootstrap-vcpkg.sh # for bash ./vcpkg install python3 +See `document `_ for more usage information. +Please clone vcpkg in a non-whitespace and no non-ascii path anywhere. +To remove vcpkg, you just need to remove the vcpkg folder. + +Please use `this link +`_ +to create an issue to vcpkg if you encounter any issues. Profile Guided Optimization ^^^^^^^^^^^^^^^^^^^^^^^^^^^ pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy