X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;h=6607b859af56538a6b8575f53bbaf40ed0366036;hp=fcb40c7820118b75e4f9c411558bf21ec1e100f2;hb=44eb6183d5feecfe8a1559233ab1a974b593cbd1;hpb=5e3c9b0efb5819fbe21b902e7c2690573584de53 diff --git a/parts/Installation.tex b/parts/Installation.tex index fcb40c7..6607b85 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -43,8 +43,7 @@ from the \texttt{./tars} subdirectory and unpack as indicated below: cd /path mkdir cin cd cin - tar -xJf /src/path/cinelerra-5.1-*.txz # for the *, - # substitute your distro tarball name + tar -xJf /src/path/cinelerra-5.1-*.txz # for the *, substitute your distro tarball name \end{lstlisting} \emph{Do not download the LEAP 10-bit version unless you specifically want to @@ -269,7 +268,16 @@ the \texttt{Exec=cin} line to be The preceding directions for doing a single-user build may work without being root on some distros except for the \texttt{bld\_prepare.sh} -and creating the desktop icon. +and creating the desktop icon. For example in Arch Linux installing without being root +works using the following steps: + +\begin{lstlisting}[style=sh] +$ git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 +$ cd /home/USER/cinelerra5/cinelerra-5.1 +$ ./autogen.sh +$ ./configure --prefix=/usr --with-single-user --with-booby +$ make 2>&1 | tee /tmp/cin5.log && make install +\end{lstlisting} \subsection{Notable Options and Caveats}%