X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstalation.tex;h=8994974a39c43ed7f0bac557924992c353e0e98a;hp=b0e79ffd9bf3e2502f5a91cba393b52b48f73e38;hb=1a85f75865ed7061adb4a29885fc28b196964315;hpb=43c38165af4bf46c38c4f56e35c21dfceb4257e6 diff --git a/parts/Instalation.tex b/parts/Instalation.tex index b0e79ff..8994974 100644 --- a/parts/Instalation.tex +++ b/parts/Instalation.tex @@ -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=/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.