From: Good Guy Date: Sat, 12 Oct 2024 18:53:44 +0000 (-0600) Subject: Credit Andrew - custom build suggestions if build problems to include CFLAGS and... X-Git-Tag: 2024-10~2 X-Git-Url: https://cinelerra-gg.org/git/?a=commitdiff_plain;h=8956818d3f0f031130f7deae8b62b4bc2f9de273;p=goodguy%2Fcin-manual-latex.git Credit Andrew - custom build suggestions if build problems to include CFLAGS and without-libdpx --- 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