readme: update dependencies
This commit is contained in:
parent
86aa6cb13e
commit
77c713c5e7
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
## How to build
|
||||
|
||||
Assumes git, ninja, cmake, gcc or clang. If under msys2 use ucrt64.
|
||||
Requires git, ninja, cmake, gcc or clang, boost-filesystem, boost-system.
|
||||
|
||||
If building under msys2 use ucrt64.
|
||||
|
||||
protobuf is required. Use the same compiler for protobuf and mesytec-mnode.
|
||||
|
||||
|
@ -12,7 +14,7 @@ mkdir -p protobuf/build && cd protobuf/build && cmake -GNinja -DCMAKE_BUILD_TYPE
|
|||
export CMAKE_PREFIX_PATH=~/local/protobuf
|
||||
```
|
||||
|
||||
git clone mesytec-mnode and cd into it.
|
||||
clone mesytec-mnode and run
|
||||
|
||||
```bash
|
||||
cd mesytec-mnode
|
||||
|
|
Loading…
Reference in a new issue