Update README.md

This commit is contained in:
vczh
2022-10-17 23:58:47 -07:00
parent 9fe6111e4d
commit 9041f76a68
+2 -4
View File
@@ -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.