From 77c713c5e746bf4769624f0db5e0d92831a915c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCke?= Date: Mon, 30 Dec 2024 10:34:58 +0100 Subject: [PATCH] readme: update dependencies --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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