pkg download command and patches
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user