This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $ export LIBRARY_PATH=/PATH/TO/DIR/WITH/openscap.soFILE/
48
48
Additionally it is possible to use custom CMake definitions instead of exporting environment variables:
49
49
50
50
``` console
51
- $$ cmake -DOPENSCAP_LIBRARIES:PATH=/local/openscap.so/filepath/ \
51
+ $ cmake -DOPENSCAP_LIBRARIES:PATH=/local/openscap.so/filepath/ \
52
52
-DOPENSCAP_INCLUDE_DIRS:PATH=/local/openscap/include/path \
53
53
-DOPENSCAP_VERSION:STRING="X.Y.Z" \
54
54
../
@@ -83,12 +83,7 @@ $ scap-workbench /path/to/sds-file
83
83
84
84
4b) Run SCAP Workbench: (straight from build dir, without installation)
85
85
86
- ``` console
87
- $ cd build/
88
- $ bash runwrapper.sh ./scap-workbench
89
- ```
90
-
91
- If you have built SCAP-Workbench against locally built OpenSCAP library, then run one of the following commands:
86
+ Note: If you have built SCAP-Workbench against locally built OpenSCAP library, then run one of the following commands:
92
87
93
88
``` console
94
89
$ ldconfig /PATH/TO/DIR/WITH/openscap.soFILE/
98
93
$ export LD_LIBRARY_PATH=/PATH/TO/DIR/WITH/openscap.soFILE/
99
94
```
100
95
96
+ and then:
97
+
98
+ ``` console
99
+ $ cd build/
100
+ $ bash runwrapper.sh ./scap-workbench
101
+ ```
102
+
101
103
What now?
102
104
---------
103
105
You can’t perform that action at this time.
0 commit comments