You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,20 +121,17 @@ Requirements:
121
121
*[yara-x](https://virustotal.github.io/yara-x/) - the rule language
122
122
*[pkgconf](http://pkgconf.org/) - required by Go to find C dependencies, included in many UNIX distributions
123
123
124
-
`yara-x` requires an underlying C API to function. For Wolfi users, this can be installed by running `apk add yara-x-compat`.
124
+
`yara-x` requires an underlying C API to function. To build and install the API, reference the documentation here for installation instructions: https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library.
125
125
126
-
For other devices, reference the documentation here for installation instructions: https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library
126
+
Running `cargo cinstall -p yara-x-capi --release` without `sudo` may encounter permission denied errors.
127
127
128
-
Running `cargo cinstall -p yara-x-capi --release` may encounter permission denied errors. If this is the case, run the following:
And then copy the resulting files from `/tmp/yara-x` to `/usr/local/lib` and `/usr/local/include` (or the preferred `PKG_CONFIG_PATH`/`LD_LIBRARY_PATH` location(s)).
134
132
135
133
Install malcontent:
136
-
137
-
```shell
134
+
```sh
138
135
go install github.com/chainguard-dev/malcontent/cmd/mal@latest
0 commit comments