X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;fp=parts%2FInstallation.tex;h=6607b859af56538a6b8575f53bbaf40ed0366036;hp=027c0e04ef6aafbbaae6dcb05c12844aea594924;hb=84e2a0603b403c084c2712903e605be3cb1de383;hpb=6f3d3fcd9c875d4e6ae3696ad23fcaf74ce0b43a diff --git a/parts/Installation.tex b/parts/Installation.tex index 027c0e0..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 @@ -273,11 +272,11 @@ and creating the desktop icon. For example in Arch Linux installing without bein 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 --without-oss --with-single-user --with-booby -make && make install 2>&1 | tee /tmp/cin5.log] +$ 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}