Skip to content

Commit

Permalink
README.md: update build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Feb 13, 2023
1 parent 96556c0 commit 618b1d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 618b1d0

Please sign in to comment.