\paragraph{Update an existing repo}%
\label{par:update_an_existing_repo}
-\begin{lstlisting}
+\begin{lstlisting}[language=bash]
$ cd /<repo home>/cin5
$ git pull
\end{lstlisting}
\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
\label{sub:how_to_build_from_a_previous_git_version}
-\begin{lstlisting}
+\begin{lstlisting}[language=bash]
$ cd /<path>/cin5_repo
$ git log
$ git checkout <version>
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
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