Update comments
This commit is contained in:
parent
3e8222be58
commit
7738709020
13
README.md
13
README.md
@ -144,9 +144,16 @@ example about how Meson is used to build this project.
|
|||||||
Note that default build type is **release**.
|
Note that default build type is **release**.
|
||||||
|
|
||||||
### VCPKG
|
### VCPKG
|
||||||
If you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager,
|
You can build and install zstd [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:
|
||||||
you can build and install zstd with CMake integration in a single command:
|
|
||||||
- `vcpkg install zstd`
|
git clone https://github.com/Microsoft/vcpkg.git
|
||||||
|
cd vcpkg
|
||||||
|
./bootstrap-vcpkg.sh
|
||||||
|
./vcpkg integrate install
|
||||||
|
./vcpkg install zstd
|
||||||
|
|
||||||
|
The zstd 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.
|
||||||
|
|
||||||
### Visual Studio (Windows)
|
### Visual Studio (Windows)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user