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
To install yara-x, first install Rust and then run `make install-yara-x` which will clone the yara-x repository and install yara-x's dependenicies and its C API.
126
127
127
-
For more information about the yara-x C API, reference the documentation here: https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library.
128
+
### Building locally in Debian/Ubuntu
129
+
130
+
1. Install the dependencies. On Debian/Ubuntu you can run:
131
+
132
+
```bash
133
+
sudo apt-get install -y pkgconf libssl-dev
134
+
```
135
+
136
+
Make sure [Go](https://go.dev/doc/install) and [Rust](https://www.rust-lang.org/tools/install) are installed
137
+
138
+
2. Run `make install-yara-x` to build the yara-x C API. (The
139
+
`yara_xcapi.pc` file will be generated under `./out/lib/pkgconfig`.
140
+
For more information about the yara-x C API, reference the documentation here: https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library.).
0 commit comments