summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin.tex9
1 files changed, 0 insertions, 9 deletions
diff --git a/admin.tex b/admin.tex
index 5bd8671..3afd46b 100644
--- a/admin.tex
+++ b/admin.tex
@@ -44,21 +44,12 @@ make
make install
\end{verbatim}
-
In case of problems it is possible to disable SSE support, in this case cmake should be run with \verb/HAVE_SSE=OFF/ parameter
\begin{verbatim}
cmake -D "HAVE_SSE=OFF" .
\end{verbatim}
-\subsection{Camera format decoder -- libufdecode}
-\begin{verbatim}
-cmake .
-make
-make install
-\end{verbatim}
-
-
\subsection{Camera driver -- pcitool}
The building of pcitool consists of 3 steps. The pcitool userspace may be simply installed with cmake as other applications.
\begin{verbatim}