1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

windows: Add vcpkg installation instructions

This commit is contained in:
grdowns 2019-09-26 15:14:12 -07:00 committed by Andy Green
parent 5f8134cfe5
commit b7a04a67d1

View file

@ -1,6 +1,15 @@
Notes about building lws
========================
You can download and install lws 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 libwebsockets
```
The lws 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.
@section cm Introduction to CMake