mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
Add vcpkg installation instructions
This commit is contained in:
parent
ea30c83d92
commit
a4028d417b
12
README.md
12
README.md
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user