From 0c6112c28a2273b5ef11e6ffc5a01a53a7737d8c Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 10 Nov 2022 19:40:48 +0100 Subject: [PATCH] add boost to requirements in README for windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ebcba..9d63840 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Please use the prepackaged binaries in [Releases](https://github.com/BeamMP/Beam Dependencies for **Windows** can be installed with `vcpkg`. These are: ``` -lua zlib rapidjson openssl websocketpp curl +lua zlib rapidjson openssl websocketpp curl boost ``` The triplet we use for releases is `x64-windows-static`.