From 8b7a69b6413fcbfaccd1e0d2ca6236a1e4b5cf44 Mon Sep 17 00:00:00 2001 From: FrankXie Date: Thu, 25 Aug 2022 19:16:00 -0700 Subject: [PATCH] format and add vcpkg headings. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c118d07..56555cf4 100644 --- a/README.md +++ b/README.md @@ -161,14 +161,16 @@ To install zlib-ng system-wide using the configure script: make install ``` -Alternatively, you can build and install zlib-ng using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: +### vcpkg + +Alternatively, you can build and install zlib-ng using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager: ```sh or powershell - git clone https://github.com/Microsoft/vcpkg.git - cd vcpkg - ./bootstrap-vcpkg.sh # "./bootstrap-vcpkg.bat" for powershell - ./vcpkg integrate install - ./vcpkg install zlib-ng +git clone https://github.com/Microsoft/vcpkg.git +cd vcpkg +./bootstrap-vcpkg.sh # "./bootstrap-vcpkg.bat" for powershell +./vcpkg integrate install +./vcpkg install zlib-ng ``` The zlib-ng port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. -- 2.47.3