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