From 54e21ca5daa5aafdec50b23df40a17c91a0b9f41 Mon Sep 17 00:00:00 2001 From: grdowns Date: Wed, 2 Oct 2019 16:00:06 -0700 Subject: [PATCH] Append disableMetrics message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd01ae5..903d479 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You can download and build GLEW using the [vcpkg](https://github.com/Microsoft/v ./vcpkg integrate install vcpkg install glew -The GLEW 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. +The GLEW 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. If you would like to build vcpkg with telemetry disabled, use `./bootstrap-vcpkg.sh -disableMetrics` when bootstrapping. It is highly recommended to build from a tgz or zip release snapshot or vcpkg. The code generation workflow is a complex brew of gnu make, perl and python, that works best on Linux or Mac.