X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;h=0e2caa440fe4978176864639b791d5f6501d8493;hp=696bb0c3a51ccb3bddaec0db4c778afaff5a4fa2;hb=8207e03649cdb9716a266dc3c7bb5a48be253827;hpb=36019fed4ba28ac79b4930894eca97bfd9d645f0 diff --git a/parts/Installation.tex b/parts/Installation.tex index 696bb0c..0e2caa4 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -40,18 +40,7 @@ Finally start the program from a window in the directory where the image is stor $ ./CinGG-yyyymmdd.AppImpage \end{lstlisting} -or create a convenient desktop icon with a link to the run action: - -\begin{enumerate} - \item right-click on the appimage file - \item Properties - \item Application Tab - \item Command: - \begin{lstlisting}[style=sh] - /path/to/appimage/./CinGG-yyyymmdd.AppImage - \end{lstlisting} - \item OK -\end{enumerate} +or create a convenient desktop icon with a link to the run action, or do a \textit{Desktop Integration} manually or with external programs. Most distros already have the libraries to run the appimage, but if not you may need an additional installation. For example Arch Linux needs the \texttt{libappimage} package. @@ -140,6 +129,15 @@ some minor changes. Also works on a somewhat limited basis on FreeBSD and Windows 10 with the bsd.patch for FreeBSD and the cygwin.patch for Windows 10. +NOTE: as of May 31, 2021 when Context Help was added, to include +this Context Help you will need to download the corresponding +tgz file containing the HTML manual sections referenced for the +Help pages. The file to download is: +\url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz} +substituting for "20210531" the "yyyymmdd" representing latest release date. +Then unpack to your Cinelerra/bin/doc directory so it is included in +your built system. + Alternatively, there are some pre-built dynamic or static binaries which are updated on a fairly regular basis (as long as code changes have been made) available at the link below. @@ -427,6 +425,16 @@ export ac_cv_header_xmmintrin_h=no export FFMPEG_EXTRA_CFG=" --disable-vdpau" \end{lstlisting} +NOTE: as of May 31, 2021 when Context Help was added, to include +this Context Help you will need to download the corresponding +tgz file containing the HTML manual sections referenced for the +Help pages. The file to download is: +\url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz} +substituting for "20210531" the "yyyymmdd" representing latest release date. +Then unpack to your Cinelerra/bin/doc directory so it is included in +your built system. The reason for not including the HTML manual in +the source code so that it would already be there, is because it is +very large and has its own GIT base. \subsection{Notes about Building from Git in your Customized Environment}% \label{sub:notes_about_building_from_git_in_your_customized_environment}