Browse code

Added Gentoo Linux/Sparc instructions

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1059 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/11/04 23:18:45
Showing 1 changed files
... ...
@@ -23,6 +23,15 @@ Compiles OK on Linux/ppc (YDL2.3) with gcc2.95.4. Needs -lsmutil to link.
23 23
 I haven't tested it further on this platform yet.
24 24
 YDL3.0 should compile out of the box
25 25
 
26
+Linux/sparc (Gentoo 2004.2) comes with a sendmail that doesn't support MILTER,
27
+so *before* running "configure --enable-milter", download from
28
+http://www.sendmail.org/ftp, then:
29
+	cd .../sendmail-source-directory
30
+	sh Build
31
+	make install
32
+	cd libmilter
33
+	make install
34
+
26 35
 Sendmail on MacOS/X (10.1) is provided without a development package so this
27 36
 can't be run "out of the box"
28 37