mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fixed minor errors in windows build instructions
This commit is contained in:
parent
abc972dafe
commit
8573794b92
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue