~ubuntu-branches/ubuntu/gutsy/clamav/gutsy-backports

« back to all changes in this revision

Viewing changes to contrib/Windows/Projects/readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-04-29 14:05:57 UTC
  • mfrom: (0.25.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080429140557-6d3m19fwq82pqa13
Tags: 0.92.1~dfsg2-1.1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This directory contains the files needed to build ClamAV under Windows
2
2
using Visual Studio 2005, thus avoiding emulation layers such as Cygwin.
3
3
 
4
 
Some patches are needed against the rest of CVS for the code to
 
4
Some patches are needed against the rest of SVN for the code to
5
5
compile (most of them are trivial), see clamAV/patches.
6
6
 
7
 
You will need to get hold of w32-pthreads version 2.6 from
8
 
http://sourceware.org/pthreads-win32/.
9
 
 
10
 
Thanks to acab@clamav.net for adding libclamav.dll support
 
7
You will need to get hold of w32-pthreads version 2.6, or later, from
 
8
http://sourceware.org/pthreads-win32/ and install pthreadVC2.dll into a
 
9
location that CLamAV can find, such as c:\Program Files\ClamAV\pthreadVC2.dll.
 
10
You will need to create a folder "libclamav\pthread" and these files into
 
11
there: config.h, pthread.h, pthreadVC2.dll, pthreadVC2.lib, sched.h,
 
12
semaphore.h.
 
13
 
 
14
You will need to download the zlib source from http://www.zlib.net/
 
15
and install the .c and .h files into .../libclamav/zlib.
 
16
 
 
17
Thanks to acab@clamav.net for adding libclamav.dll support, and to
 
18
edwin@clamav.net for testing it all and for pthreads support as a DLL.
11
19
 
12
20
TODO:   Support GMP
13
21
        virusaction is not supported
14
22
        A plugin to MS Exchange
15
23
        On access scanning
16
 
        Investigation of .NET dependencies
17
24
        Scan when a screensaver kicks in
18
 
        zlib and pthreads should be DLL, not bundled into libclamav.dll
 
25
        zlib should be DLL, not bundled into libclamav.dll (needs thought
 
26
                on the C runtime library)
19
27
 
20
28
-Nigel Horne