X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=parts%2FTips.tex;h=f80ceb31d6e9eea3758d05bd715df43d3e147a3f;hb=75641f4f0bff73cbcf9aa9e2fa693f62b9787d66;hp=6c9492e2cfa02793e14e65f3c5eaf827a3a1387a;hpb=bec1a2a0b52421c341e950ca2e1e63ec0b7babea;p=goodguy%2Fcin-manual-latex.git diff --git a/parts/Tips.tex b/parts/Tips.tex index 6c9492e..f80ceb3 100644 --- a/parts/Tips.tex +++ b/parts/Tips.tex @@ -372,9 +372,27 @@ but it will not affect anything unless you have Cuda installed on your system an \item Also, install the Fusion repo, although it is unknown if necessary or not. \end{enumerate} -There is a very good set of directions on the website to just follow. Once you have installed the Cuda software on your computer, you must build Cinelerra yourself -- the default build in the configure script for cuda is \textit{auto}. For Arch, be sure to first key in: \texttt{setenv CUDA\_PATH=/opt/cuda} +There is a very good set of directions on the website to just follow. Once you have installed the Cuda software on your computer, you must build Cinelerra yourself -- +the default flag for a build in the configure script for cuda is \textit{auto}. For Arch, and possibly +other distros, you may have to supply the CUDA\_PATH if it is not in the standard place. This would be +something like: -There are currently 4 available plugins for \textit{show and tell} that take advantage of the hardware acceleration of Cuda -- \textit{N\_Body} and \textit{Mandelbrot} as shown next (figure~\ref{fig:cuda-effects}), \textit{F\_scale\_cuda} and \textit{F\_yadiff\_cuda}. + +\begin{lstlisting}[numbers=none] + env CUDA_PATH=/opt/cuda +OR if using the bash shell: + export CUDA_PATH=/opt/cuda +\end{lstlisting} +For all distros you will need to add to the ./configure line in your build script, the following: + + +\begin{lstlisting}[numbers=none] + --with-cuda +so your configure line will look something like this: + ./configure --with-single-user --with-booby --with-cuda +\end{lstlisting} + +There are currently 4 available plugins for \textit{show and tell} that take advantage of the hardware acceleration of Cuda -- \textit{N\_Body} and \textit{Mandelbrot} as shown next (figure~\ref{fig:cuda-effects}), \textit{F\_scale\_cuda} and \textit{F\_yadif\_cuda}. \begin{figure}[htpb] \centering