pkg download command and patches

This commit is contained in:
2026-09-10 16:59:11 +03:00
parent c6dcbc1ca5
commit 998417a605
110 changed files with 1582 additions and 332 deletions

View File

@ -4,6 +4,10 @@ https://github.com/msgpack/msgpack-c/releases/download/cpp-8.0.0/msgpack-cxx-8.0
``` sh *** build ***
mkdir -p build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/pkg/gnu/msgpack-cxx -DMSGPACK_USE_BOOST=OFF
cmake .. -DCMAKE_INSTALL_PREFIX=/pkg/gnu/msgpack-cxx
cmake --build . --target install
```
``` cfg *** build deps ***
boost
```