mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix build steps in README.md
This commit is contained in:
parent
a6cdaedba5
commit
c38e7df733
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -48,7 +48,21 @@ cd boringssl
|
|||
|
||||
You may need to install pre-requisites like zlib and libevent.
|
||||
|
||||
2. Compile the library
|
||||
2. Use specific BoringSSL version
|
||||
|
||||
```
|
||||
git checkout 32e59d2d3264e4e104b355ef73663b8b79ac4093
|
||||
```
|
||||
|
||||
3. Patch the library
|
||||
|
||||
This patch is required for IETF QUIC support.
|
||||
|
||||
```
|
||||
patch -p1 -i ../patches/boringssl-meds.patch
|
||||
```
|
||||
|
||||
4. Compile the library
|
||||
|
||||
```
|
||||
cmake . && make
|
||||
|
|
Loading…
Reference in a new issue