4 Commits

Author SHA1 Message Date
Vlado Pajić
7b3c33baaf cosmetics 2025-03-11 14:42:22 +01:00
Vlado Pajić
06bbd65b10 update docs 2025-03-11 14:39:17 +01:00
Vlado Pajić
9864fa14ca docs update 2025-03-11 14:35:18 +01:00
Vlado Pajić
8965b26401 chore(docs): improved instructions for generating new version 2025-03-11 14:14:34 +01:00
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -26,6 +26,9 @@ for file in `ls "${root}/build/lib"/*.c`; do
toCompile+=("$file")
done
# futhark is required by generate_ngtcp2.nim
nimble install futhark@0.15.0
nim c --maxLoopIterationsVM:100000000 generate_ngtcp2.nim
# add prelude