[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:12:38 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 8ea83d136606a866522a3ff17bc62557ef4c88b2
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Dec 14 16:22:55 2009 +0200

    Document requirements for bytecode JIT.

diff --git a/docs/clamdoc.pdf b/docs/clamdoc.pdf
index c3b12a5..fe908bd 100644
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
diff --git a/docs/clamdoc.tex b/docs/clamdoc.tex
index 853bfe7..9ebc76c 100644
--- a/docs/clamdoc.tex
+++ b/docs/clamdoc.tex
@@ -67,7 +67,7 @@
     \setcounter{page}{0}
 
     \pagestyle{empty}
-    \includegraphics[width=353pt]{clam.eps}
+    \includegraphics[width=353pt]{clam}
     \vspace{3cm}
     \begin{flushright}
 	\rule[-1ex]{8cm}{3pt}\\
@@ -239,6 +239,18 @@
 	\item bzip2 and bzip2-devel library
 	\item \verb+check+ unit testing framework \footnote{See section \ref{unit-testing} on how to run the unit tests}.
     \end{itemize}
+    The following packages are optional, but \textbf{required for bytecode JIT support}:
+    \footnote{if not available ClamAV will fall back to an interpreter}
+    \begin{itemize}
+        \item GCC C and C++ compilers (minimum 4.1.3, recommended 4.3.4 or newer)\\
+	    the package for these compilers are usually called: gcc, g++, or gcc-c++.
+	    \footnote{Note that several versions of GCC have bugs when compiling LLVM, see
+		\url{http://llvm.org/docs/GettingStarted.html#brokengcc} for a
+		    full list.}
+	\item Perl (version 5.6.0 or newer)
+        \item Python (version 2.5.4 or newer), for running the JIT unit tests
+	\item A supported CPU for the JIT, either of: X86, X86-64, PowerPC, PowerPC64
+    \end{itemize}
 
     \subsection{Installing on shell account}
     To install ClamAV locally on an unprivileged shell account you need not

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list