Append disableMetrics message

This commit is contained in:
grdowns 2019-10-02 16:00:06 -07:00
parent a4028d417b
commit 54e21ca5da

View File

@ -39,7 +39,7 @@ You can download and build GLEW using the [vcpkg](https://github.com/Microsoft/v
./vcpkg integrate install ./vcpkg integrate install
vcpkg install glew 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. 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. The code generation workflow is a complex brew of gnu make, perl and python, that works best on Linux or Mac.