Added instructions on updating to a newer version of ngtcp2

This commit is contained in:
Mark Spanbroek 2020-09-08 09:51:11 +02:00 committed by markspanbroek
parent 759934a90a
commit d29d2fc4e5
1 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,12 @@ ngtcp2 for Nim
Wrapper around the [ngtcp2](https://github.com/ngtcp2/ngtcp2) C library for
[Nim](https://nim-lang.org/).
Updating to a newer version
---------------------------
Follow these steps when updating the wrapper to a newer version of ngtcp2:
1. update the git submodule in `sources/` to point to the new version
2. run `build.sh` (requires Nim and CMake to be installed)
3. commit the changes