Link to OverLeaf guide to LaTeX
[goodguy/cin-manual-latex.git] / parts / Instalation.tex
index b0e79ffd9bf3e2502f5a91cba393b52b48f73e38..8994974a39c43ed7f0bac557924992c353e0e98a 100644 (file)
@@ -117,11 +117,13 @@ make install
 
 Then just start the application by keying in: ./cin in the bin subdirectory OR add a desktop icon by
 using the appropriate directory to copy the files to, run as root, and edit to correct the directory path.
+
 \begin{lstlisting}[language=bash]
 cd /cinelerra_directory_path
 cp -a image/cin.{svg,xpm} /usr/share/pixmaps/.
 cp -a image/cin.desktop /usr/share/applications/cin.desktop
 change the “Exec=cin” line to be “Exec=<your_directory_path>/bin/cin”
 \end{lstlisting}
+
 The preceding directions for doing a single-user build has been meticulously followed to build and run
 on a newly installed ubuntu 15 system WITHOUT BEING ROOT except for the \texttt{bld\_prepare.sh} and creating the desktop icon.