diff --git a/yari-sys/README.md b/yari-sys/README.md deleted file mode 100644 index 49015da..0000000 --- a/yari-sys/README.md +++ /dev/null @@ -1,13 +0,0 @@ -## How to compile YARA for YARI - -You need to the following repository (it is a submodule): - -``` -https://github.com/MatejKastak/yara/tree/yari -``` - -Compilation command: - -```bash -./bootstrap.sh && CFLAGS="-fPIC" ./configure --enable-debug --disable-shared --enable-static --enable-cuckoo --enable-magic --enable-dotnet --with-crypto && make clean && make -```