c-icap / c-icap-server

GNU Lesser General Public License v2.1
45 stars 32 forks source link

What are the system requirements to setup in Windows? #29

Closed Sagar-Singari closed 3 years ago

Sagar-Singari commented 3 years ago

Hi @chtsanti, @tomers , @treveradams @mkauf

I'm trying to setup an ICAP server for scanning files, so I wanted to know if it's possible to set it up on Windows? If not, for Linux, what are the pre-requisites required so that I'll be able to scan files?

Thank you.

chtsanti commented 3 years ago

MS windows are not supported by c-icap server. You may be able to compile and run under cygwin the development c-icap version from git master branch.

To use clamav to scan for virus, you need to download the latest c-icap release AND the latest c-icap-modules package. Prerequisites to compile these two packages are a gcc or clang compiler the zlib-dev, the brotli-dev (optional), the Berkeley Database libraries (optional) and the libclamav-dev packages.

Sagar-Singari commented 3 years ago

Thanks for the help @chtsanti !!!