-
Notifications
You must be signed in to change notification settings - Fork 1
How to build and install
Nong Hoang Tu edited this page Oct 2, 2024
·
4 revisions
- This tool bases on Nim (1.6.10), LibClamAV and LibYara, and can build with
make
. You must installnim
,make
,libclamav-dev
,libyara-dev
- There are some libraries that might be required when build like
libssl-dev
,libmagic-dev
,... I don't have the full list of libraries for now.
- On Debian-based distro,
libyara9
andlibclamav11
. - It's recommended to have
clamav-freshclam
if you want to use ClamAV's database.
- Download or clone this project
- Run
make build
to compile binaries and databases. Binary and database is atbuild/release/
- Run
sudo make install
if you want to install this tool to your system.
Simply run sudo make uninstall
or sudo rm /usr/bin/rkscanmal
and sudo rm -r /usr/share/rkcheck/
There's a CI (testing) that can build artifacts everytime a tag is created. Download at https://github.com/dmknght/rkcheck/actions