mirror of
https://github.com/vacp2p/nim-ngtcp2.git
synced 2026-01-09 13:08:07 -05:00
Compare commits
4 Commits
v0.36.0
...
docs-impro
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b3c33baaf | ||
|
|
06bbd65b10 | ||
|
|
9864fa14ca | ||
|
|
8965b26401 |
@@ -16,7 +16,8 @@ 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. update the version in `ngtcp2.nimble`
|
||||
4. commit the changes
|
||||
- update the git submodule in `libs/` to point to the new version
|
||||
- `git submodule update --init --recursive`
|
||||
- run `build.sh` (requires Nim, CMake and clang to be installed)
|
||||
- increase the `version` property in the `ngtcp2.nimble` file
|
||||
- commit the changes
|
||||
|
||||
Reference in New Issue
Block a user