X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;h=c4687d7859c1545fec2ac09fa5c39c1615d921ad;hp=95df45e9853b037174df69e5af6fa5de509ec682;hb=82ce81ca0f6f446b24890d17d53c70e19f798d11;hpb=56ae8d415b394bbaf896d7bd0e15d5a1543a00a0 diff --git a/parts/Installation.tex b/parts/Installation.tex index 95df45e..c4687d7 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -42,7 +42,10 @@ 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, or do a \textit{Desktop Integration} manually or with external programs. +or create a convenient desktop icon with a link to the run action, or do a \textit{Desktop Integration} manually or with external programs. There is a +description of a GUI methodology for doing so in this file on the webiste: + +\url{https://cinelerra-gg.org/download/images/README\_appimage.txt} 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. @@ -50,6 +53,12 @@ Most distros already have the libraries to run the appimage, but if not you may sudo pacman -S libappimage \end{lstlisting} +And Leap 15.3 (OpenSUSE) requires installation of the \textit{appimage} package. + +\begin{lstlisting}[style=sh] + sudo zypper se -is appimage +\end{lstlisting} + \section{Download Already Built \CGG{}}% \label{sec:download_already_built_cinelerra_gg} @@ -1034,10 +1043,11 @@ You can read all about DeLinuxCo \href{https://www.delinuxco.com/}{here} and dow \textbf{Elive}, or Enlightenment live CD, is a non-commercial, cost-free operating system based on Debian, and it can be used either as a live CD or an Installed system. Elive uses a customized Enlightenment desktop. It is fast, user-friendly and feature-rich and \CGG{} is included in the 64 bit version. -Click \href{https://www.elivecd.org/}{Elive} for more information. The \CGG{} package is at -\href{http://repository.elivecd.org/pool/multimedia/c/cinelerra-gg/} {package} - just download -the .deb file and install via “dpkg -i “. To include access to the Alt/h hotkey help, also install -\href{http://repository.elivecd.org/pool/multimedia/c/cinelerra-gg-manual/}{manual} for help. +Click \href{https://www.elivecd.org/}{Elive} for more information. The \CGG{} packages for the program +and the manual are in the direcotry at +\href{https://repo.bullseye.elive.elivecd.org/pool/multimedia/c/} {Bullseye version 11} and +\href{http://repo.buster.elive.elivecd.org/pool/multimedia/c/}{Buster version 10} - just download +the .deb files inside that directory and install via “dpkg -i “. \section{Cinx and a “Bit” of Confusion}% \label{sec:cinx_and_a_bit_of_confusion} @@ -1067,21 +1077,21 @@ There is also a 12-bit version for consideration but currently the results are simply the same as 10-bit with padding to make 12-bit so it is of no value. -\section{Multibit build for 8/10/12-bit Handling}% +\section{Multibit build for x265-8/10/12-bit}% \label{sec:multibit_build} \index{multibit} To build a version that can handle 8 bit, or 10 bit, or 12 bit videos, -a patch is provided in the \textit{thirdparty} subdirectory that needs -to be applied to do so. Be aware that the compile will take a -substantial amount of extra time. To apply the required patch: +a patch is provided in the \texttt{thirdparty} subdirectory that needs +to be applied to do so. Be aware that the compile may take more time +and seems to be about twice as long. To apply the required patch: \begin{lstlisting}[style=sh] -cd location of your cinelerra/cinelerra-5.1/thirdparty +cd /path/to/cinelerra-5.1/thirdparty patch < compile_multibit_X265.txt mv x265_3.5.patch* src/. \end{lstlisting} -Render formats h265-10bit and h265-12bit have been provided and will +Render formats \textit{h265-10bit} and \textit{h265-12bit} have been provided and will be operational after the applied patch is compiled in. %%% Local Variables: