diff --git a/README.md b/README.md index 93161fc..21f1742 100644 --- a/README.md +++ b/README.md @@ -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