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
+
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 dependencies and its C API.
127
127
128
128
### Building locally in Debian/Ubuntu
129
129
@@ -132,11 +132,11 @@ To install yara-x, first install Rust and then run `make install-yara-x` which w
132
132
```bash
133
133
sudo apt-get install -y pkgconf libssl-dev
134
134
```
135
-
135
+
136
136
Make sure [Go](https://go.dev/doc/install) and [Rust](https://www.rust-lang.org/tools/install) are installed
137
137
138
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`.
139
+
`yara_xcapi.pc` file will be generated under `./out/lib/pkgconfig`.
140
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