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
1 changed files with 2 additions and 2 deletions

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
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
```