From 41147aca43d3232fe8a902040cb7ccf6ec2feaad Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 7 Mar 2021 15:59:14 +0200 Subject: [PATCH] Added INSTALL file with fresh instructions. Borrowed from Codeine and changed to suit KlamAV. Signed-off-by: Mavridis Philippe --- INSTALL | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..37268ac --- /dev/null +++ b/INSTALL @@ -0,0 +1,22 @@ +Basic Installation +================== + +KlamAV relies on CMake to build. + +Here are suggested default options: + + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + + +Requirements: +============= + +- ClamAV ≥ 0.102