From 381b33ecc74d8368c43baf17f33e53b8221d4fc5 Mon Sep 17 00:00:00 2001 From: Jonliu1993 <13720414433@163.com> Date: Thu, 1 Sep 2022 14:41:44 +0800 Subject: [PATCH 1/2] Add vcpkg installation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 742d3a72..80b72839 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,17 @@ int main() Documentation for the current release of xlnt is available [here](https://tfussell.gitbooks.io/xlnt/content/). +## Building xlnt - Using vcpkg + +You can download and install xlnt using the [vcpkg](https://github.com/Mixlntosoft/vcpkg) dependency manager: + + git clone https://github.com/Mixlntosoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + ./vcpkg install xlnt + +The xlnt port in vcpkg is kept up to date by Mixlntosoft team members and community contributors. If the version is out of date, please [xlnteate an issue or pull request](https://github.com/Mixlntosoft/vcpkg) on the vcpkg repository. + ## License xlnt is released to the public for free under the terms of the MIT License. See [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENSE.md) for the full text of the license and the licenses of xlnt's third-party dependencies. [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENSE.md) should be distributed alongside any assemblies that use xlnt in source or compiled form. From d9606cb0ae64afda335862ae2474cb13fcd648e8 Mon Sep 17 00:00:00 2001 From: Jonliu1993 <13720414433@163.com> Date: Mon, 10 Oct 2022 09:53:54 +0800 Subject: [PATCH 2/2] Apply review suggesstion --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80b72839..18484d38 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,15 @@ Documentation for the current release of xlnt is available [here](https://tfusse ## Building xlnt - Using vcpkg -You can download and install xlnt using the [vcpkg](https://github.com/Mixlntosoft/vcpkg) dependency manager: +You can download and install xlnt using the [vcpkg](https://github.com/microsoft/vcpkg) dependency manager: - git clone https://github.com/Mixlntosoft/vcpkg.git + git clone https://github.com/microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install ./vcpkg install xlnt -The xlnt port in vcpkg is kept up to date by Mixlntosoft team members and community contributors. If the version is out of date, please [xlnteate an issue or pull request](https://github.com/Mixlntosoft/vcpkg) on the vcpkg repository. +The xlnt 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. ## License xlnt is released to the public for free under the terms of the MIT License. See [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENSE.md) for the full text of the license and the licenses of xlnt's third-party dependencies. [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENSE.md) should be distributed alongside any assemblies that use xlnt in source or compiled form.