From 8573794b921b0eeefae7da1794ba16c8f94f50e7 Mon Sep 17 00:00:00 2001 From: Maxim Sharabayko Date: Wed, 26 Feb 2020 17:47:55 +0100 Subject: [PATCH] Fixed minor errors in windows build instructions --- BUILD-WINDOWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD-WINDOWS.md b/BUILD-WINDOWS.md index 17809ac..288017a 100644 --- a/BUILD-WINDOWS.md +++ b/BUILD-WINDOWS.md @@ -50,7 +50,7 @@ Some open source code required to be installed to build the code include: install *openssl*. If it does not, it may need to be manually specified to properly link the lsquic-client executables. ``` - vcpkg install zlib:x86-windows-static + vcpkg install zlib:x64-windows-static vcpkg install libevent:x64-windows-static vcpkg integrate install ``` @@ -75,7 +75,7 @@ Make and Compile LSQUIC-Client Clone lsquic-client: ``` - git clone https://github.com/litespeedtech/lsquic-client.git + git clone https://github.com/litespeedtech/lsquic-client.git --recurse-submodules cd lsquic-client ```