X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;h=2b6e765e346a7bc2514844af8f800d6358e64382;hp=c90a40ae10f6106264831221e6b428d36b019cff;hb=4249986e9dcf6f517ec2609cf1232e1d9b2184f8;hpb=0d959ba78d9363936b4c2eef4620f8bf7897801e diff --git a/parts/Installation.tex b/parts/Installation.tex index c90a40a..2b6e765 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -1,5 +1,5 @@ \chapter{Installation} -\label{cha:Instalation} +\label{cha:Installation} \section{How to Build Cinelerra-GG from Developer's Git Repository}% \label{sec:How_to_build} @@ -551,13 +551,25 @@ upgradepkg /tmp/cin... # name you used in the above line ##removepkg cin # ARCH linux +# (A loosely defined list of packages that you should install first is listed in this file: +# https://www.cinelerra-gg.org/download/pkgs/README.arch ) # first edit the file /etc/pacman.conf, to include the following: [cingg] SigLevel = Optional TrustAll Server = https://cinelerra-gg.org/download/pkgs/arch # end of cingg -pacman -Sy +# +# next run from a window the following 2 commands; +pacman -Syu pacman -S cin +# NOTE: the first line above updates your Arch system to the current rolling release and the second +# line updates Cinelerra-GG based on the rolling release that was in effect on the last day of the month. +# Please complete the 2 steps above in order, one right after the other to avoid risk of a partial upgrade. +# Due to the unpredictability of when Arch libraries are updated, performing an install of Cinelerra at +# any time other than shortly after the last day of the month when the new build package is created, +# could lead to library incompatibilities. In that case, please consider using the Arch static tar file +# for installation instead. +#to remove a previous install ##pacman -R cin \end{lstlisting}