From 9041f76a686353cc69da43f8edacf3346c4beb04 Mon Sep 17 00:00:00 2001 From: vczh Date: Mon, 17 Oct 2022 23:58:47 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 339b9aa9..273eb534 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ Release folder of all projects. Download code from [public releases](https://github.com/vczh-libraries/Release/releases) to get the latest stable release. Code from this repo is also usable but I don't make any promise. I will only make a new release when I think the code is ready to update. -## vcpkg - -It looks like some people are maintaining a subset of this library in vcpkg, but after I review the configuration, it just doesn't work. I suggest that people still download this library as described above and follow the document. I don't have enough knowledge to fix it right now, people interested in doing that could co-op with me and make a solution. - ## Content of This Project - **Import** Gaclib source code @@ -50,4 +46,6 @@ You can build and install vlpp using [vcpkg](https://github.com/Microsoft/vcpkg/ - ./vcpkg integrate install - ./vcpkg install vlpp +Source files in the "Import" folder are grouped by different features defined in [CMakeLists.txt](./Import/CMakeLists.txt). + The vlpp 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.