avast / yarang

Alternative YARA scanning engine
MIT License
66 stars 6 forks source link

Improve description #3

Open anotherbridge opened 1 year ago

anotherbridge commented 1 year ago

I followed the description in the README and so far everything worked up until the point where the YARA ruleset is compiled. I figured out that the rapidjson library was in none of the include paths.

As soon as I included the library in the include path the compilation of the rules was not a problem anymore.

Thus could you please do one of the following: