From 1a85f75865ed7061adb4a29885fc28b196964315 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A1=D0=BF=D0=B8=D1=86=D1=8B=D0=BD=20=D0=90=D0=BD=D0=B4?= =?utf8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 6 Mar 2019 00:53:49 +0300 Subject: [PATCH] Link to OverLeaf guide to LaTeX --- README.md | 1 + parts/Instalation.tex | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 577a4ee..4f5b377 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,6 @@ Bref help to compile. Then `pdflatex feature5.tex && feature5.tex` +There is a good guide for LaTeX at OverLeaf webcite: https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes 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. -- 2.26.2