Andrea reorganization of manual
[goodguy/cin-manual-latex.git] / parts / Installation.tex
index 325cf900b147d292954a7cc4273eab032024f82e..f68299085b3afd277f19d4bff60ac40d691a2b07 100644 (file)
@@ -85,8 +85,8 @@ cd cinelerra5/cinelerra-5.1
 
 \begin{lstlisting}[style=sh]
 ./blds/bld_prepare.sh <os> # where <os> 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 /<path>/cin5_repo
-git log
-git checkout <version>
+cd /<path>/cin5  # substitute your repo path name for cin5
+git log                 # shows a list of versions
+git checkout <version> # 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 /<repo_path>/
+git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 
+cp -a /<repo_path>/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.\r
+
+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}