diff options
-rw-r--r-- | admin.tex | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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} |