From 2b6c01a5f07e23b649522956fce0979fce184b12 Mon Sep 17 00:00:00 2001 From: Paolo Bosetti Date: Thu, 27 Jun 2024 21:15:12 +0200 Subject: [PATCH] README fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75e8911..3ddcc17 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ To build the project, you need to have CMake installed. Then, you can run the fo ```bash mkdir build -ccmake -Bbuild -DCMAKE_BUILD_TYPE=Release -cmake --build build -t install +ccmake -Bbuild -DCMAKE_INSTALL_PREFIX=/usr/local +cmake --build build -j 8 +sudo cmake --build build -t install ``` Plugins can be runtime loaded by MADS agents as `mads-source`, `mads-filter`, and `mads-sink` executables. The plugins are compiled as shared libraries, and they are installed in the `/lib` directory.