Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 791796e

Browse files
authored
Merge pull request #149 from openprivacy/pkg-config-path
pkg-config path extension needed if openscap is installed to custom prefix.
2 parents dcc607f + 6de7631 commit 791796e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ optional dependencies:
3535
2) Build SCAP Workbench:
3636
```console
3737
$ mkdir build; cd build
38+
$ # This export line is only required if openscap was compiled locally;
39+
$ # add to PKG_CONFIG_PATH the directory containing installed libopenscap.pc
40+
$ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/PATH/TO/DIR/WITH/.pcFILE/"
3841
$ cmake ../
3942
$ make
4043
```

0 commit comments

Comments
 (0)