Add vcpkg installation instructions

This commit is contained in:
grdowns 2019-09-27 04:17:05 -07:00
parent ea30c83d92
commit a4028d417b

View File

@ -31,7 +31,17 @@ Snapshots may contain new features, bug-fixes or new OpenGL extensions ahead of
## Build ## Build
It is highly recommended to build from a tgz or zip release snapshot. You can download and build GLEW using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./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.
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.
For most end-users of GLEW the official releases are the best choice, with first class support. For most end-users of GLEW the official releases are the best choice, with first class support.