Fixed minor errors in windows build instructions

This commit is contained in:
Maxim Sharabayko 2020-02-26 17:47:55 +01:00 committed by GitHub
parent abc972dafe
commit 8573794b92
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
``` ```