Merge pull request #109 from maxsharabayko/patch-1

Fixed minor errors in windows build instructions
This commit is contained in:
LiteSpeed Tech 2020-03-12 13:47:52 -04:00 committed by GitHub
commit 02a4ee50be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 install *openssl*. If it does not, it may need to be manually specified
to properly link the lsquic-client executables. 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 install libevent:x64-windows-static
vcpkg integrate install vcpkg integrate install
``` ```
@ -75,7 +75,7 @@ Make and Compile LSQUIC-Client
Clone 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 cd lsquic-client
``` ```