diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-06 12:14:06 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-06 12:14:06 +0200 |
commit | 0f0aa2c17e09f9b813ab3469b1b0aced5f2e7541 (patch) | |
tree | d24b890a971ef7eed43ef64cde57cc28d8640f09 | |
parent | 62fa7f5f034eec3fcf10f5ce0819ecef014ba644 (diff) | |
download | ufo-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.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} |