summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-08-06 12:14:06 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-08-06 12:14:06 +0200
commit0f0aa2c17e09f9b813ab3469b1b0aced5f2e7541 (patch)
treed24b890a971ef7eed43ef64cde57cc28d8640f09
parent62fa7f5f034eec3fcf10f5ce0819ecef014ba644 (diff)
downloadufo-camera-manual-0f0aa2c17e09f9b813ab3469b1b0aced5f2e7541.tar.gz
ufo-camera-manual-0f0aa2c17e09f9b813ab3469b1b0aced5f2e7541.tar.bz2
ufo-camera-manual-0f0aa2c17e09f9b813ab3469b1b0aced5f2e7541.tar.xz
ufo-camera-manual-0f0aa2c17e09f9b813ab3469b1b0aced5f2e7541.zip
Remove superfluous libufodecode section
-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}