2020-09-07 12:06:44 +00:00
|
|
|
ngtcp2 for Nim
|
|
|
|
==============
|
|
|
|
|
|
|
|
Wrapper around the [ngtcp2](https://github.com/ngtcp2/ngtcp2) C library for
|
2020-09-08 06:38:20 +00:00
|
|
|
[Nim](https://nim-lang.org/).
|
2020-09-08 07:51:11 +00:00
|
|
|
|
|
|
|
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
|