We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1982a commit 28e9138Copy full SHA for 28e9138
README.md
@@ -58,6 +58,10 @@ export CGO_LDFLAGS="-L${YARA_SRC}/libyara/.libs -lyara"
58
go install -tags yara_no_pkg_config github.com/hillu/go-yara
59
```
60
61
+If _libyara_ has been linked against other libraries (e.g.
62
+_libcrypto_, _libmagic_) and a static build is performed, these
63
+libraries also need to be added to `CGO_LDFLAGS`.
64
+
65
## YARA 4.1.x vs. earlier versions
66
67
This version of _go-yara_ can only be used with YARA 4.2 or later.
0 commit comments