Corrections from MatN review as done by Andrea (mostly)
[goodguy/cin-manual-latex.git] / parts / Installation.tex
index fcb40c7820118b75e4f9c411558bf21ec1e100f2..6607b859af56538a6b8575f53bbaf40ed0366036 100644 (file)
@@ -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}%