From 8956818d3f0f031130f7deae8b62b4bc2f9de273 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sat, 12 Oct 2024 12:53:44 -0600 Subject: [PATCH] Credit Andrew - custom build suggestions if build problems to include CFLAGS and without-libdpx --- parts/Installation.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/parts/Installation.tex b/parts/Installation.tex index be9f4d3..c74cfe7 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -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/ 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 -- 2.26.2