Credit Andrew - custom build suggestions if build problems to include CFLAGS and...
authorGood Guy <good1.2guy@gmail.com>
Sat, 12 Oct 2024 18:53:44 +0000 (12:53 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 12 Oct 2024 18:53:44 +0000 (12:53 -0600)
parts/Installation.tex

index be9f4d3da5cc8c67553fcdf0506b3338c452f087..c74cfe7f2d70c47156587ec8da800cc5de6829c0 100644 (file)
@@ -585,9 +585,17 @@ built because \texttt{a52dec} is built, so if your system has
 \texttt{a52dec}, set \texttt{a52dec} to auto and see if that
 problem is solved by retrying the build with:
 \begin{lstlisting}[style=sh]
-./confgure --with-single-user -enable-a52dec=auto .
+./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: 
+\begin{lstlisting}[style=sh]
+./confgure --with-single-user -without-libdpx
+\end{lstlisting}
+
+If you have some of your thirdparty libraries installed in non-standard
+locations or if you want to use a specific version, consider setting CFLAGS=-I/<path> to pass that location to the compiler so it knows where to find it.
+
 With persistence, you can get results, but it may take several tries
 to stabilize the build.  If you need help, email the \texttt{log}
 and \texttt{config.log}, which is usually sufficient to determine