From 5a73d2682d36fea8de9a6bd66d392005693e1485 Mon Sep 17 00:00:00 2001 From: PhoebeHui Date: Fri, 17 Jan 2020 03:19:01 -0800 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84ce08c44..477181094 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ But libui is not dead; I am working on it whenever I can, and I hope to get it t * All platforms: * [Meson](https://mesonbuild.com/) 0.48.0 or newer * Any of Meson's backends; this section assumes you are using [Ninja](https://ninja-build.org/), but there is no reason the other backends shouldn't work. + * [vcpkg] If you are using the [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager you can download and install libui with CMake integration in a single command: vcpkg install libui * Windows: either * Microsoft Visual Studio 2013 or newer (2013 is needed for `va_copy()`) — you can build either a static or a shared library * MinGW-w64 (other flavors of MinGW may not work) — **you can only build a static library**; shared library support will be re-added once the following features come in: