From 1bdc18965a8b8e8f6721653f73da1521d9a07e27 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 13 Oct 2024 11:56:46 -0600 Subject: [PATCH] minor correction and clarification --- parts/Installation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/Installation.tex b/parts/Installation.tex index c74cfe7..0df7ee8 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -588,9 +588,9 @@ problem is solved by retrying the build with: ./confgure --with-single-user -enable-a52dec=auto \end{lstlisting} -If you have a problem with libdpx (a wrapper of VPixx low-level library for Python), resolve that by changing the configure line as shown: +If you have a problem with libdpx (a wrapper of VPixx low-level library for Python), resolve that by changing the configure line as shown to build without it: \begin{lstlisting}[style=sh] -./confgure --with-single-user -without-libdpx +./confgure --with-single-user --without-libdpx \end{lstlisting} If you have some of your thirdparty libraries installed in non-standard -- 2.26.2