X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstalation.tex;h=5e182db447a6c29aa960349691e6a15ff77b7f9a;hp=a0e5ccccd9af1b11fbf22a24121647f0ff724f84;hb=dd94fa768329d6c6f5219a4a84429ea85dde92ea;hpb=2aa1c44a00acf706212decda6c9b1b8f8abe5227 diff --git a/parts/Instalation.tex b/parts/Instalation.tex index a0e5ccc..5e182db 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -48,6 +48,7 @@ These differences make it possible to have several different versions installed \paragraph{To do a system build,} you should read the \texttt{README} that is at the top level after you get the source. + \begin{enumerate} \item You need at least 2.5\,GB of disk storage to operate a build + you need to have “\texttt{git}” installed. @@ -195,6 +196,7 @@ Getting a build to work in a custom environment is not easy. If you have alread \centering \caption{List of thirdparty builds} \label{tab:List_of_thirdparty_builds} + \small \begin{tabular}{m{8em}c} \toprule a52dec & yes\\ @@ -285,7 +287,7 @@ Checking connectivity... done. \paragraph{Update an existing repo}% \label{par:update_an_existing_repo} -\begin{lstlisting} +\begin{lstlisting}[language=bash] $ cd //cin5 $ git pull \end{lstlisting} @@ -294,7 +296,7 @@ Checking connectivity... done. \label{par:useful_git_commands} -\begin{lstlisting} +\begin{lstlisting}[language=bash] $ git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cin5 $ git pull # pull remote changes to the local version $ git status # shows changed files @@ -307,7 +309,7 @@ $ git clean -i # interactive clean, use answer 1 to "clean" \label{sub:how_to_build_from_a_previous_git_version} -\begin{lstlisting} +\begin{lstlisting}[language=bash] $ cd //cin5_repo $ git log $ git checkout @@ -373,7 +375,7 @@ $ ./bld.sh Then, to run as a developer in the debugger: -\begin{lstlisting} +\begin{lstlisting}[language=bash] $ CFLAGS=”-O2 -ggdb” make -j8 rebuild_all $ cd cinelerra $ gdb ./ci @@ -419,7 +421,7 @@ The “\textbf{tars}” directory contains single-user static builds for differe This is the recommended usage of Cinelerra-GG because all of the files will exist in a single directory. To install the single user builds, download the designated tarball from the ./tars subdirectory and unpack as indicated below: -\begin{lstlisting} +\begin{lstlisting}[language=bash] $ cd /path $ mkdir cin $ cd cin