Browse code

Update docs: LLVM needs Python/GNU make only for unit tests.

Török Edvin authored on 2009/12/16 01:19:25
Showing 2 changed files
1 1
Binary files a/docs/clamdoc.pdf and b/docs/clamdoc.pdf differ
... ...
@@ -248,9 +248,13 @@
248 248
 		\url{http://llvm.org/docs/GettingStarted.html#brokengcc} for a
249 249
 		    full list.}
250 250
 	\item Perl (version 5.6.0 or newer)
251
-        \item Python (version 2.5.4 or newer), for running the JIT unit tests
252 251
 	\item A supported CPU for the JIT, either of: X86, X86-64, PowerPC, PowerPC64
253 252
     \end{itemize}
253
+    The following packages are optional, but needed for the JIT unit tests:
254
+    \begin{itemize}
255
+     \item GNU Make (version 3.79, recommended 3.81)
256
+     \item Python (version 2.5.4 or newer), for running the JIT unit tests
257
+    \end{itemize}
254 258
 
255 259
     \subsection{Installing on shell account}
256 260
     To install ClamAV locally on an unprivileged shell account you need not