X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;h=f68299085b3afd277f19d4bff60ac40d691a2b07;hp=325cf900b147d292954a7cc4273eab032024f82e;hb=9a34f4bb0b6b9b7a4f8573bfce180f68ad968c48;hpb=35a2b51ca206359cd74ddb179c18a3b685c241e9 diff --git a/parts/Installation.tex b/parts/Installation.tex index 325cf90..f682990 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -85,8 +85,8 @@ cd cinelerra5/cinelerra-5.1 \begin{lstlisting}[style=sh] ./blds/bld_prepare.sh # where represents the - # Operating System of centos, - # fedora, suse, ubuntu, mint, debian. + # Operating System of + # centos, fedora, suse, ubuntu, mint, debian. ./autogen.sh ./configure --prefix=/usr # optional parameters can be added here make 2>&1 | tee log # make and log the build @@ -444,13 +444,15 @@ git clean -i # interactive clean, use answer 1 to "clean" \subsection{How to Build from a Previous GIT Version}% \label{sub:how_to_build_from_a_previous_git_version} -% FIXME The listing is here because... +If you have a problem with the current GIT version, you can revert +to a previous working version easily. The commands to use will be +similar to these next lines which are then explained in more detail. \strut -% + \begin{lstlisting}[style=sh] -cd //cin5_repo -git log -git checkout +cd //cin5 # substitute your repo path name for cin5 +git log # shows a list of versions +git checkout # choose a version number as listed \end{lstlisting} The \texttt{git log} command produces a log file with hash values @@ -509,10 +511,10 @@ static (non\_debug) build as follows but instead of using \texttt{/tmp} substitute your permanent disk path if you want to keep it. -% FIXME cd /tmp/ && git clone ? \begin{lstlisting}[style=sh] -git clone ... -cp -a /path/cinelerra-5.1 /tmp/ +cd // +git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 +cp -a //cinelerra-5.1 /tmp/ cd /tmp/cinelerra-5.1 ./bld.sh \end{lstlisting} @@ -755,8 +757,7 @@ tar -xJf /path/cygcin-bld.tar.bz2 This creates \texttt{\~{}/cygcin}, a user build installation of \CGG{} and requires approximately 400MB storage. -\underline{Running \CGG{}:} - +\paragraph{Running \CGG{}:} You will need to start a cygwin desktop from the startup menu: \begin{enumerate} \item \texttt{Start$\rightarrow$ Cygwin-X $\rightarrow$ Openbox} @@ -795,7 +796,7 @@ example h264/h265), and utilities. The only graphics driver is X11 and the only sound driver is pulseaudio. Almost all configurable omissions are applied to this build. -\underline{\CGG{} build on cygwin from source code:} +\paragraph{\CGG{} build on cygwin from source code:} \begin{enumerate} \item Download and install ffmpeg into /usr/local : @@ -869,7 +870,7 @@ themselves. Of course, it includes \CGG{}! Click here for the \href{http://www.bandshed.net/avlinux/}{homepage of AV Linux}. -\subsection{Bodhi Linux} +\subsection{Bodhi Linux Media} \label{sec:Bodhi_Linux} \textbf{Bodhi Linux Media} is a free and open source distribution that @@ -880,6 +881,12 @@ graphics, animations, physical computing, etc. Click here for the \href{https://gitlab.com/giuseppetorre/bodhilinuxmedia}{homepage of Bodhi Linux}. +\subsection{Elive} +\label{sec:elive} + +\textbf{Elive}, or Enlightenment live CD, is a non-commercial, cost-free operating system based on Debian, for the daily use and it can be used both as live CD or Installed system. Elive uses a customized Enlightenment desktop. It is fast, user-friendly and feature-rich and \CGG{} is included in the 64 bit version. + +Click \href{https://www.elivecd.org/}{Elive} for more information. \section{Cinx and a “Bit” of Confusion}% \label{sec:cinx_and_a_bit_of_confusion}