diff --git a/README.md b/README.md index 3e6a16b4..61b79d42 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,19 @@ Please check the [CMake build instructions](cmake/README.md). cmake --build build --config Release --target install -v -- DESTDIR=install ``` +- Installing cpu_features(vcpkg) + + You can download and install cpu_features using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: + ```sh + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + ./vcpkg install cpu-features + ``` + + The cpu_features 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. + ## Community bindings