clamav-win32 icon indicating copy to clipboard operation
clamav-win32 copied to clipboard

building steps?

Open macosunity opened this issue 3 years ago • 1 comments

Is there a step-by-step guide to building with mingw64 (32-bit), including the version of mingw64 used and the associated build environment?

macosunity avatar Nov 04 '22 06:11 macosunity

sort of:

  • sudo apt install cmake mingw-w64
  • mkdir build
  • cd build

cmake -DCMAKE_TOOLCHAIN_FILE=$(pwd)/../cmake/toolchain-mingw-x86.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/tmp/clamav" ..

or using toolchain-mingw-x64.cmake for 64bit

sherpya avatar Feb 26 '23 00:02 sherpya