From 618b1d009b8148975c05ea2e22aacdb73d9374c2 Mon Sep 17 00:00:00 2001 From: Mateo Cindric Date: Mon, 13 Feb 2023 14:48:30 +0000 Subject: [PATCH] README.md: update build documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e526d46..c4258ed 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ $ cd build $ cmake -DSYSTEMD_IFINDEX=1 -DENABLE_AUGEAS_PLUGIN=ON .. ``` +After configuring the build process with CMake, run the make command to build the plugin: +``` +$ make -j +``` + ### Build artifacts Plugin will be built as a standalone application and also as a `sysrepo-plugind` module. For example, for the main ietf-system plugin there are two build artifacts: