forked from Lainports/freebsd-ports
The ClamAV bytecode compiler allows users to build their own bytecode signatures for use with ClamAV. WWW: https://www.clamav.net/
20 lines
579 B
TeX
20 lines
579 B
TeX
--- ../docs/user/building.tex.orig
|
|
+++ ../docs/user/building.tex
|
|
@@ -96,7 +96,7 @@ $ make install-clambc -j8
|
|
\verb+$PREFIX/bin/clambc-compiler+
|
|
\item ClamAV bytecode header files:
|
|
\begin{verbatim}
|
|
-$PREFIX/lib/clang/1.1/include:
|
|
+$PREFIX/share/clambc:
|
|
bcfeatures.h
|
|
bytecode_{api_decl.c,api,disasm,execs,features}.h
|
|
bytecode.h
|
|
@@ -104,7 +104,7 @@ bytecode_{local,pe,types}.h
|
|
\end{verbatim}
|
|
\item clang compiler (with ClamAV bytecode backend) compiler include files:
|
|
\begin{verbatim}
|
|
-$PREFIX/lib/clang/1.1/include:
|
|
+$PREFIX/share/clambc:
|
|
emmintrin.h
|
|
float.h
|
|
iso646.h
|