0401bd5f2dc36f3fb413580c3549efb170efc248
[goodguy/cin-manual-latex.git] / parts / Installation.tex
1 \chapter{Installation}
2 \label{cha:Installation}
3 \index{installation}
4
5 \section{\CGG{} AppImage}%
6 \label{sec:cin_gg_appimage}
7
8 The main way to install \CGG{} is to use the AppImage. This is updated regularly and works for every distro, since it already contains the necessary dependencies. 
9 A big advantage of using the AppImage format is that it is only 1/3 the size of the normal install,
10 and since each release is named differently, you can keep a number of versions in a directory,
11 and when testing from a terminal you just have to type CinGG, then hit tab, and complete it to
12 the desired date release.
13
14 For 64-bit systems you can choose between an image with up-to-date libraries or one that supports older libraries, which you should use only if the first image gives you problems with unsupported libs. There is also a 32-bit older distro available that has \textit{i686} as part of the filename and a 8/10/12 bit newer distro that handles 8 or 10 or 12 bits that has \textit{multibit} as part of the filename.  Installing the appimage is simple:
15
16 Download the file from:
17
18 \url{https://cinelerra-gg.org/download/images/}
19
20 Some example file names are as follows - where 8 digits represent yyyymmdd:
21
22 \begin{lstlisting}[style=sh]
23         CinGG-20210731-x86_64.AppImage
24           (currently based on Fedora Core 32, libc version 2.31)
25         CinGG-20210731-x86_64-older-distros.AppImage
26           (currently based on Ubuntu 16.04, libc version 2.23)
27         CinGG-20210731-i686.AppImage
28           (currently based on Debian 9, linux kernel 4.9)
29         CinGG-20210731-x86_64-multibit.AppImage
30           (currently based on Fedora Core 32, libc version 2.31)
31 \end{lstlisting}
32
33 Make the file executable with the proper execute permissions either from the GUI of the Desktop Environment used (link to the file) or from a terminal window.  Make sure you are already in the directory containing the appimage:
34
35 \begin{lstlisting}[style=sh]
36         $ chmod u+x CinGG-yyyymmdd.AppImage
37 \end{lstlisting}
38
39 Finally start the program from a window in the directory where the image is stored:
40
41 \begin{lstlisting}[style=sh]
42         $ ./CinGG-yyyymmdd.AppImpage
43 \end{lstlisting}
44
45 or create a convenient desktop icon with a link to the run action, or do a \textit{Desktop Integration} manually or with external programs.
46
47 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.
48
49 \begin{lstlisting}[style=sh]
50         sudo pacman -S libappimage
51 \end{lstlisting}
52
53 \section{Download Already Built \CGG{}}%
54 \label{sec:download_already_built_cinelerra_gg}
55
56 \begin{figure}[htpb]
57         \centering
58         \includegraphics[width=1.0\linewidth]{download-distros.png}
59         \caption{Screencast of the website Download page for installing \CGG{} for various O/S.}
60         \label{fig:download-distros}
61 \end{figure}
62
63 If you prefer to not have to take the time to build \CGG{} Infinity
64 yourself, there are pre-built dynamic or static binaries for various
65 versions of Ubuntu, Mint, Suse, Fedora, Debian, Centos, Arch, and
66 Slackware linux as well as Gentoo and FreeBSD.  If you do want to build it yourself so that
67 you get the added benefit of the latest checked in changes, please reference
68 ~\ref{sec:How_to_build}.
69 %
70 A Windows 10 version installation is described in~\ref{sec:ms_windows10}.  There are also 32-bit i686 Ubuntu, Debian,
71 and Slackware versions available. \textbf{These binaries are no longer being updated; they are stable and working but without future functionality}.
72 They are in subdirectories of:
73
74 \begin{list}{}{}
75         \item \href{https://cinelerra-gg.org/download/tars}{https://cinelerra-gg.org/download/tars}
76         \item \href{https://cinelerra-gg.org/download/pkgs}{https://cinelerra-gg.org/download/pkgs}
77 \end{list}
78
79 The \textbf{tars} \index{tars} directory contains single-user static builds for
80 different distros.
81 %
82 This is the recommended usage of \CGG{} because all of the files
83 will exist in a single directory.  Generally all of the necessary
84 libraries are built into the static build, but in some cases you may
85 have to install another library that is being called for.
86 %
87 To install the single user builds, download the designated tarball
88 from the \texttt{./tars} subdirectory and unpack as indicated below:
89
90 \begin{lstlisting}[style=sh]
91         cd /path
92         mkdir cin
93         cd cin
94         tar -xJf /src/path/cinelerra-5.1-*.txz  # for the *, substitute your distro tarball name
95 \end{lstlisting}
96
97 \emph{Do not download the LEAP 10-bit version unless you specifically want to
98 use h265 rendering to 10-bit instead of the more standard 8-bit.} For more
99 information see ~\ref{sec:cinx_and_a_bit_of_confusion}.
100
101 The \textbf{pkgs} \index{pkgs} directory contains the standard packaged
102 application for various distros.  This will install a dynamic
103 system version for users who prefer to have the binaries in the
104 system area and for multi-user systems.
105 %
106 In addition, performing the package install checks the md5sum in
107 the file \texttt{md5sum.txt} to ensure the channel correctly
108 transmits the package.  There is a
109 \href{https://cinelerra-gg.org/download/README.pkgs}{README.pkgs}
110 file in the \texttt{download} directory with instructions so you
111 can \textit{cut and paste} and avoid typos; it is also shown
112 next.
113
114 \lstset{inputpath=extra/}
115 \lstinputlisting[
116 style=nil,
117 basicstyle=\footnotesize,
118 caption={README.pkgs}
119 ]{README.pkgs}
120
121 \section{How to Build \CGG{} from Developer's Git Repository}%
122 \label{sec:How_to_build}
123 \index{build}
124 \index{git}
125
126 These are generic build instructions for building \CGG{} Infinity.
127 Known to work on Ubuntu, Mint, OpenSuse, Fedora, Debian, Centos,
128 Arch, Slackware, and Gentoo.  It has not been tested on every
129 single possible distro yet so you might expect to have to make
130 some minor changes.  Also works on a somewhat limited basis on
131 FreeBSD and Windows 10 with the bsd.patch for FreeBSD and the
132 cygwin.patch for Windows 10.
133
134 NOTE: as of May 31, 2021 when Context Help was added, to include
135 this Context Help you will need to download the corresponding
136 tgz file containing the HTML manual sections referenced for the
137 Help pages.  The file to download is:
138 \url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz}
139 substituting for "20210531" the "yyyymmdd" representing latest release date.
140 Then unpack to your Cinelerra/bin/doc directory so it is included in
141 your built system.
142 NOTE End
143
144 Alternatively, there are some pre-built dynamic or static binaries
145 which are updated on a fairly regular basis (as long as code changes
146 have been made) available at the link below.
147 \begin{center}
148   \href{https://cinelerra-gg.org/download/}{https://cinelerra-gg.org/download/}
149 \end{center}
150
151 There are 2 kinds of builds, the default system-build and a
152 single-user build.  A system build has results which are installed
153 to the system.  The majority of the files are installed in the
154 standard system paths, but some customization is possible.  The
155 single user build allows for running completely out of a local
156 user directory so it doesn't affect the system.
157
158 We recommend the single-user version when possible.  It makes it
159 very easy to install a new version without having to delete the
160 older version in case you want it for backup -- once you are happy
161 with the new version, all you have to do is delete the entire old
162 directory path.  Another reason for using single-user is that if
163 you install a new Operating System version and if you have \CGG{}
164 on separate disk space that is preserved, you won't have to
165 reinstall \CGG{}.  It is also convenient for the purpose of having
166 the ability to interrupt or to see any possible error messages, if
167 you start the application from a terminal window command line
168 where you will have more control to catch problems.  All that
169 said, the system builds can be useful in a university lab setting
170 where there are possibly multiple users, or multiple versions.
171
172 There are two notable differences between standard views
173 of \CGG{} and this implementation for the system builds.  Both of
174 these can be configured during installation.  The differences make
175 it possible to have several different versions installed without
176 having them interfere with each other.
177
178 \begin{enumerate}
179 \item application name can be set during a build but defaults
180   to: \texttt{cin}
181 \item the home configuration directory can also be set and
182   traditionally defaults to: \texttt{\$HOME/.bcast5}
183 \end{enumerate}
184
185
186 \subsection{The system build}
187 \label{sec:system-build}
188 \index{git}
189
190 To do a system build \index{build} , you should read the file
191 \texttt{README} that is at the top level after you get the source.
192
193 \begin{itemize}
194 \item You need about 6.0 \,GB of disk storage to operate a build and
195   you need to have \textit{git} installed.
196
197 \item Obviously in order to install into the system, you must run as
198   \textbf{root}.
199
200 \item The \textit{git:} step has to download many files (approx
201   130\,MB) so allow time. When decompressed this will expand to
202   about 530 MB.
203
204 \item Run the following commands (this takes awhile):
205
206 \begin{lstlisting}[style=sh]
207 # This is where you need the 6.0GB of disk space:
208 cd /<build_path>/
209 git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5
210 # Change to the cloned directory:
211 cd cinelerra5/cinelerra-5.1
212 \end{lstlisting}
213   NOTE: if your system has never had \CGG{} Infinity installed, you
214   will have to make sure you have all of the compilers and libraries
215   necessary.  So on the very first build you should run:
216
217 \begin{lstlisting}[style=sh]
218 ./blds/bld_prepare.sh <os> # where <os> represents the
219                            # Operating System of
220                            # centos, fedora, suse, ubuntu, mint, debian.
221 ./autogen.sh
222 ./configure --prefix=/usr  # optional parameters can be added here
223 make 2>&1 | tee log        # make and log the build
224 \end{lstlisting}
225
226   \texttt{bld\_prepare.sh} does not work for Arch Linux or Gentoo,
227   so we have to install the dependencies
228   manually. \texttt{README.arch} or \texttt{README.gentoo}, which
229   contain the list of dependencies, can be found at:
230   \begin{list}{}{}
231   \item \href{https://cinelerra-gg.org/download/README.arch}{https://cinelerra-gg.org/download/README.arch}
232   \item \href{https://cinelerra-gg.org/download/README.gentoo}{https://cinelerra-gg.org/download/README.gentoo}
233   \end{list}
234
235 \item Check for obvious build errors:
236 \begin{lstlisting}[style=sh]
237 grep "\*\*\*.*error" -ai log
238 \end{lstlisting}
239   If this reports errors and you need assistance or you think
240   improvements can be made to the builds, email the log which is
241   listed below to:
242   \href{mailto:cin@lists.cinelerra-gg.org}{cin@lists.cinelerra-gg.org}
243 \begin{lstlisting}[style=sh]
244 /<build_path>/cinelerra5/cinelerra-5.1/log
245 \end{lstlisting}
246
247 \item If there are no build errors, finally just run:
248 \begin{lstlisting}[style=sh]
249 make install
250 \end{lstlisting}
251 Where <os> represents the Operating System supported by \CGG{}, such
252 as centos, fedora, suse, ubuntu, mint, debian.
253 The ``with-single-user'' parameter makes it so.
254 % Make and log build (
255 Check for errors before proceeding.
256
257
258 \item If it all worked, you are all setup. Just click on the \CGG{}
259   desktop icon.
260 \end{itemize}
261
262
263 \subsection{The single-user build}
264 \label{sec:single-user-build}
265 \index{single-user build}
266 \index{git}
267
268 To do a single-user build, read the file \texttt{README} that is at
269 the top level after you get the source.
270
271 \begin{enumerate}
272 \item You need at least 6\,GB of disk storage to operate a build +
273   you need to have “\texttt{git}” installed.
274
275 \item Recommend you build and run as \textbf{root}, just to avoid
276   permission issues initially.
277 \item The \textit{git} step has to download many files (approx
278   130\,MB) so allow time.
279
280 \item Run the following commands (this takes awhile):
281 \begin{lstlisting}[style=sh]
282 # This is where you need the 6GB of disk space
283 cd /<build_path>/
284 git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5
285 # Toplevel directory:
286 cd cinelerra5/cinelerra-5.1
287 \end{lstlisting}
288 \end{enumerate}
289
290 NOTE: if your system has never had \CGG{} Infinity installed, you
291 will have to make sure all the compilers and libraries necessary are
292 installed. So on the very first build you should run as
293 \textbf{root}:
294
295 % FIXME No novels in the listings.
296 \begin{lstlisting}[style=sh]
297 ./blds/bld_prepare.sh <os>
298 ./autogen.sh
299 ./configure --with-single-user
300 make 2>&1 | tee log
301 make install
302 \end{lstlisting}
303 Where <os> represents the Operating System supported by \CGG{}, such
304 as centos, fedora, suse, ubuntu, mint, debian.
305 The ``with-single-user'' parameter makes it so.
306 % Make and log build (
307 Check for errors before proceeding.
308
309
310 Then just start the application by keying in: \texttt{./cin} in the
311 bin subdirectory OR add a desktop icon by using the appropriate
312 directory to copy the files to, run as \textbf{root}, and edit to
313 correct the directory path.  Below are generic directions of how to
314 do this.
315
316 Then just start the application by keying in: \texttt{./cin} in the
317 bin subdirectory OR add a desktop icon by using the appropriate
318 directory to copy the files to, run as \textbf{root}, and edit to
319 correct the directory path.  Below are generic directions of how to
320 do this.
321
322 \begin{lstlisting}[style=sh]
323 cd /cinelerra_directory_path
324 cp -a image/cin.{svg,xpm} /usr/share/pixmaps/
325 cp -a image/cin.desktop /usr/share/applications/cin.desktop
326 \end{lstlisting}
327
328 After you have followed the above, in the cin.desktop file, change
329 the \texttt{Exec=cin} line to be
330 \texttt{Exec=<your\_directory\_path>/bin/cin}.
331
332 The preceding directions for doing a single-user build may work
333 without being root on some distros except for the \texttt{bld\_prepare.sh}
334 and creating the desktop icon. For example in Arch Linux installing without being root
335 works using the following steps:
336
337 \begin{lstlisting}[style=sh]
338 $ git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5
339 $ cd /home/USER/cinelerra5/cinelerra-5.1
340 $ ./autogen.sh
341 $ ./configure --prefix=/usr --with-single-user --with-booby
342 $ make 2>&1 | tee /tmp/cin5.log &&  make install
343 \end{lstlisting}
344
345
346 \subsection{Notable Options and Caveats}%
347 \label{sub:notable_options_and_caveats}
348 \index{./configure}
349
350 These procedures and the \CGG{} Infinity software have all been run
351 as \textbf{root} on various home laptops and desktops. This provides
352 the best chance to ensure all works correctly and also allows for
353 handling errors, other problems and potential crashes with the most
354 success.  Included in this section are some of the build variations
355 easily available for normal builds.
356
357 To see the full list of features use:
358
359 \begin{lstlisting}[style=sh]
360 ./configure --help
361 \end{lstlisting}
362 The default build \index{build} is a system build which uses:
363
364 \begin{lstlisting}[style=sh]
365 ./configure --without-single-user
366 \end{lstlisting}
367
368 In the single-user build \index{single-user build}, the target directory is always
369 \texttt{cin}.  Because this is also the developer build, constant
370 names are used throughout.  However, you can rename files after the
371 install is complete.
372
373 If your operating system has issues with the default install to
374 \texttt{/usr/local}, you might have to change the location to
375 \texttt{/usr} for a system build.  Then you will have to use:
376 \begin{lstlisting}[style=sh]
377 ./configure --prefix=/usr
378 \end{lstlisting}
379
380 If you wish to change the default directory for a system build you
381 will have to add the destination directory path on the \texttt{make
382   install} line.  For example:
383 \begin{lstlisting}[style=sh]
384 make install DESTDIR=<your selected target directory path>
385 \end{lstlisting}
386
387 The application name can be set during installation, but defaults to
388 \texttt{cin} so that the GG/Infinity build can coexist with other
389 \CGG{} builds if necessary.  To override the default \texttt{cin}
390 name, use:
391 \begin{lstlisting}[style=sh]
392 ./configure --with-exec-name=cinelerra
393 \end{lstlisting}
394
395 The home configuration directory can also be set, but default
396 location is traditionally \texttt{\$HOME/.bcast5}.  For example:
397
398 \begin{lstlisting}[style=sh]
399 ./configure -with-config-dir=/myusername/.bcast5
400 \end{lstlisting}
401
402 NOTE: when you specify parameters to the configure program, it will
403 create a \texttt{make} file as a consequence.  Since in a
404 \texttt{make} file, the \$ is a special character, it must be
405 escaped so in order to represent a \$ as part of an input parameter,
406 it has to be stuttered.  That is, you will need \$\$ (2 dollar
407 signs) to represent a single dollar sign.
408
409 It may be necessary on some distros which have missing or incomplete
410 up-to-date libraries, to build \CGG{} without Ladspa.  To do so,
411 use:
412
413 \begin{lstlisting}[style=sh]
414 ./configure --prefix=/usr --without-ladspa-build
415 \end{lstlisting}
416
417 Note that the with-ladspa-dir is the ladspa search path, and
418 exists even if the ladspa build is not selected.  This gives you
419 the ability to specify an alternate ladspa system path by
420 utilizing the \texttt{LADSPA\_PATH} environment variable (that is,
421 the default ladspa build is deselected).
422
423 Note for 32-bit 14.2 Slackware, Debian, Gentoo, Arch, FreeBSD,
424 before running the configure, you will need to set up the following:
425
426 \begin{lstlisting}[style=sh]
427 export ac_cv_header_xmmintrin_h=no
428 export FFMPEG_EXTRA_CFG=" --disable-vdpau"
429 \end{lstlisting}
430
431 NOTE: as of May 31, 2021 when Context Help was added, to include
432 this Context Help you will need to download the corresponding
433 tgz file containing the HTML manual sections referenced for the
434 Help pages.  The file to download is:
435 \url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz}
436 substituting for "20210531" the "yyyymmdd" representing latest release date.
437 Then unpack to your Cinelerra/bin/doc directory so it is included in
438 your built system.  The reason for not including the HTML manual in 
439 the source code so that it would already be there, is because it is
440 very large and has its own GIT base.
441
442 \subsection{Notes about Building from Git in your Customized Environment}%
443 \label{sub:notes_about_building_from_git_in_your_customized_environment}
444 \index{build}
445 \index{./configure}
446 \index{git}
447
448 Getting a build to work in a custom environment is not easy.  If you
449 have already installed libraries which are normally in the
450 thirdparty build, getting them to be recognized means you have to
451 install the \textit{devel} version so the header files which match
452 the library interfaces exist.  Below is the list of thirdparty
453 builds, but this list may have changed over time.
454 % It's list of Table?
455
456 \begin{center}
457         \small
458         \begin{longtable}{m{8em} c}             
459                 \caption{List of thirdparty builds}
460                 \label{tab:List_of_thirdparty_builds}\\
461                 \toprule
462                 a52dec   & yes\\
463                 djbfft   & yes\\
464                 ffmpeg   & yes\\
465                 fftw     & auto\\
466                 flac     & auto\\
467                 giflib   & yes\\
468                 ilmbase  & auto\\
469                 lame     & auto\\
470                 libavc1394&auto\\
471                 libraw1394&auto\\
472                 libiec61883&auto\\
473                 libdv     &auto\\
474                 libjpeg   &auto\\
475                 opus      &auto\\
476                 openjpeg  &auto\\
477                 libogg    &auto\\
478                 libsndfile&auto\\
479                 libtheora&auto\\
480                 libuuid  & yes\\
481                 libvorbis&auto\\
482                 mjpegtools&yes\\
483                 openexr   &auto\\
484                 tiff      &auto\\
485                 twolame   &auto\\
486                 x264      &auto\\
487                 x265      &auto\\
488                 libvpx    &auto\\
489                 lv2       &auto\\
490                 sratom    &auto\\
491                 serd      &auto\\
492                 sord      &auto\\
493                 lilv      &auto\\
494                 suil      &auto\\
495                 libaom    &auto\\
496                 dav1d     &auto\\
497                 libwebp   &auto\\
498                 ffnvcodec &auto\\
499                 \bottomrule
500         \end{longtable}
501 \end{center}
502
503 The \textit{yes} means force build and \textit{auto} means probe and
504 use the system version if the build operation is not static.  To get
505 your customized build to work, you need to change the probe options
506 for the conflicting libraries from \textit{yes} to \textit{auto}, or
507 even rework the \texttt{configure.ac} script.  There may be several
508 libraries which need special treatment.
509
510 An example of a problem you might encounter with your customized
511 installation is with \texttt{a52dec} which has probes line
512 \texttt{(CHECK\_LIB/CHECK\_HEADERS)} in \texttt{configure.ac}, but
513 \texttt{djbfft} does not.  In this case, \texttt{djbfft} is only
514 built because \texttt{a52dec} is built, so if your system has
515 \texttt{a52dec}, set \texttt{a52dec} to auto and see if that
516 problem is solved by retrying the build with:
517 \begin{lstlisting}[style=sh]
518 ./confgure --with-single-user -enable-a52dec=auto .
519 \end{lstlisting}
520
521 With persistence, you can get results, but it may take several tries
522 to stabilize the build.  If you need help, email the \texttt{log}
523 and \texttt{config.log}, which is usually sufficient to determine
524 why a build failed.
525
526 If you have already installed the \texttt{libfdk\_aac} development
527 package on your computer because you prefer this version over the
528 default aac, you will have to do the following to get this
529 alternative operational. The libfdk\_aac library is not a part of
530 \CGG{} by default because it is not license free.
531
532 \begin{lstlisting}[style=sh]
533 export FFMPEG_EXTRA_CFG=" --enable-libfdk-aac --enable-nonfree"
534 export EXTRA_LIBS=" -lfdk-aac"
535 for f in `grep -lw aac cinelerra-5.1/ffmpeg/audio/*`; do
536   sed -e 's/\<aac\>/libfdk_aac/' -i $f
537 done
538 \end{lstlisting}
539
540
541 \subsection{Cloning the Repository for Faster Updates}%
542 \label{sub:cloning_the_repository_for_faster_updates}
543 \index{repository}
544 \index{git}
545
546 If you want to avoid downloading the software every time an update
547 is available you need to create a local ``repository'' or repo.  The
548 repo is a directory where you first do a \texttt{git clone}.  For
549 the initial git clone, set up a local area for the repository
550 storage, referred to as \texttt{<repo\_path>}.  The \texttt{git
551   clone} creates a repo named \texttt{cin5} in the
552 \texttt{/<repo\_path>/} directory.  This accesses about 530\,MB of
553 repo data, so the device has to have at least that available.  The
554 repo path is always a perfect clone of the main repo.
555
556
557 \paragraph{Setting up the initial clone}%
558 \label{par:setting_up_the_initial_clone}
559
560 You may want to add ``\verb|--depth 1|'' before \texttt{cin5}
561 because this will clone faster and is smaller, but has no history.
562
563 \begin{lstlisting}[style=sh]
564 cd /<repo\_path>/
565 git clone "git://git.cinelerra-gg.org/goodguy/cinelerra" cin5
566
567 Cloning into "cin5"...
568 remote: Counting objects: 20032, done.
569 remote: Compressing objects: 100% (11647/11647), done.
570 remote: Total 20032 (delta 11333), reused 16632 (delta 8189)
571 Receiving objects: 100% (20032/20032), 395.29 MiB | 3.26 MiB/s, done.
572 Resolving deltas: 100% (11333/11333), done.
573 Checking connectivity... done.
574 \end{lstlisting}
575
576
577 \paragraph{Update an existing repo}%
578 \label{par:update_an_existing_repo}
579 The below shows how you can get updates.
580
581 \begin{lstlisting}[style=sh]
582 cd /<repo home>/cin5
583 git pull
584 \end{lstlisting}
585
586
587 \paragraph{Useful git commands}%
588 \label{par:useful_git_commands}
589 Some other commands that are useful.
590
591 \begin{lstlisting}[style=sh]
592 git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cin5
593 git pull         # pull remote changes to the local version
594 git status       # shows changed files
595 git clean -i     # interactive clean, use answer 1 to "clean"
596 \end{lstlisting}
597
598
599 \subsection{How to Build from a Previous GIT Version}%
600 \label{sub:how_to_build_from_a_previous_git_version}
601 \index{build}
602 \index{repository}
603 \index{git}
604
605 If you have a problem with the current GIT version, you can revert
606 to a previous working version easily.  The commands to use will be
607 similar to these next lines which are then explained in more detail.
608 \strut
609  
610 \begin{lstlisting}[style=sh]
611 cd /<path>/cin5  # substitute your repo path name for cin5
612 git log          # shows a list of versions depending on history depth specification
613 git checkout <version> # choose a version number as listed
614 \end{lstlisting}
615
616 The \texttt{git log} command produces a log file with hash values
617 for commit keys to the level specifed if the the depth paramter
618 was specified. 
619 The hash ids are the commit names to use when you
620 use git checkout. Next is displayed sample output:
621
622 \begin{lstlisting}[style=nil]
623 delete stray line in last checkin
624
625 commit 4a90ef3ae46465c0634f81916b79e279e4bd9961
626 Author: Good Guy <good1.2guy@gmail.com>
627 Date: Thu Feb 22 14:56:45 2018 -0700
628
629 nested clips, big rework and cleanup, sams new icons,
630 leaks and tweaks
631
632 commit f87479bd556ea7db4afdd02297fc00977412b873
633 Author: Good Guy <good1.2guy@gmail.com>
634 Date: Sat Feb 17 18:09:22 2018 -0700
635 \end{lstlisting}
636
637 For the \texttt{git checkout <version>}, you would then keyin the
638 line below for the following results:
639
640 \begin{lstlisting}[style=nil]
641 git checkout f87479bd556ea7db4afdd02297fc00977412b873
642
643 Note: checking out 'f87479bd556ea7db4afdd02297fc00977412b873'.
644
645 You are in 'detached HEAD' state. You can look around, make
646 experimental changes and commit them, and you can discard any
647 commits you make in this state without impacting any branches by
648 performing another checkout.
649
650 If you want to create a new branch to retain commits you create,
651 you may do so (now or later) by using -b with the checkout command
652 again. Example:
653
654 git checkout -b <new-branch-name>
655
656 HEAD is now at f87479bd... more file size icon updates,
657 and more to followend
658 \end{lstlisting}
659
660 Later to get the repo back to current, use:
661 \begin{lstlisting}[style=sh]
662 git checkout master
663 \end{lstlisting}
664
665
666 \subsection{Debuggable Single User Build}%
667 \label{sub:debuggable_single_user_build}
668 \index{single-user build}
669 \index{git}
670
671 To build from source with full debugging symbols, first build a full
672 static (non\_debug) build as follows but instead of using
673 \texttt{/tmp} substitute your permanent disk path if you want to
674 keep it.
675
676 \begin{lstlisting}[style=sh]
677 cd /<repo_path>/
678 git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 
679 cp -a /<repo_path>/cinelerra-5.1 /tmp/
680 cd /tmp/cinelerra-5.1
681 ./bld.sh
682 \end{lstlisting}
683
684 Then, to run as a developer in the debugger:
685
686 \begin{lstlisting}[style=sh]
687 CFLAGS="-O2 -ggdb" make -j8 rebuild_all
688 cd cinelerra
689 gdb ./ci
690 \end{lstlisting}
691
692
693 \subsection{Unbundled Builds}%
694 \label{sub:unbundled_builds}
695 \index{build}
696 \index{repository}
697 \index{git}
698
699 There are some generic build scripts included in the \CGG{} GIT
700 repository for users who want to do unbundled builds with ffmpeg
701 already available on their system.  This has been tested on Arch,
702 Ubuntu 18, FreeBSD, Windows10 and Leap 15 (rpm) at the time this
703 was documented.
704 %
705 The names of the build scripts are: \texttt{arch.bld},
706 \texttt{bsd.bld}, \texttt{deb.bld}, \texttt{rpm.bld}, and
707 \texttt{cygwin.bld}.  These scripts are in the \texttt{blds}
708 subdirectory.  The \texttt{bsd.bld} should be used with the
709 \texttt{bsd.patch} file in that same directory.  The
710 \texttt{cygwin.bld} should be used with the \texttt{cygwin.patch}
711 file in that same directory.
712
713 The reason that Cin Infinity traditionally uses its own thirdparty builds
714 (bundled builds) is because there are a lot of different distros
715 with varying levels of ffmpeg and other needed thirdparty
716 libraries.  However, some users prefer using their current system
717 baseline without another/different copy of ffmpeg.
718 %
719 With different levels of the user’s libraries, uncertainty,
720 potential instability, and unknown issues may come up while
721 running \CGG{} and this will make it, for all practical purposes,
722 impossible to diagnose and debug problems or crashes.
723 %
724 There may be no help in these cases.  You are encouraged to report
725 any errors which potentially originate from Cin Infinity, but if
726 the data indicates alternate library sources, please report the
727 problems to the appropriate maintainers.
728
729 With the unbundled builds, some features may not be available and
730 no attempt to comment them out has been made.  So if you use a
731 pulldown, or pick a render option, or choose something that is not
732 available, it just will not work.  For example, unless special
733 options were set up by you, the LV2 audio plugins will not be
734 available.  Nor will the codec libzmpeg, the file codec ac3, or
735 DVD creation.  The old school file classes will all work, but some
736 of the formats that come with ffmpeg may not because of the way
737 that ffmpeg was installed on your operating system.  That is
738 because the \CGG{} included ffmpeg is a known static build and is
739 usually the latest stable/released version.  For example, in the
740 current case of Leap 15, libx264 and libx265 are not built in and
741 this can be debilitating; you can always run \texttt{ffmpeg
742   -formats} and \texttt{ffmpeg -codecs} to see what is available
743 on your system.
744
745 \section{Building the HTML Manual for Context Help}%
746 \label{sec:building_the_manual}
747 \index{context help}
748
749 In addition to compiling your own \CGG{}, you should also build an html version of the manual that is needed for Context Help in the program. The main version of the manual is in latex to produce a pdf version of the manual and this is required to be built first as the basis for the html version. This means that you need a full latex environment, git, and the latex2html program in order to eventually create the html version. Texlive is about 1 GB; Latex2html itself has many requirements and missing any will result in failure: some requirments include Netpbm, GhostScript, dvips, etc.  Latex2html must be at least version \textit{2021.2} in order to create the html manual version from the latex.
750
751 The steps are as follows:
752 \begin{enumerate}
753         \item Download the manual in LaTeX:
754
755 \begin{lstlisting}[style=sh]
756 git clone "git://git.cinelerra-gg.org/goodguy/cin-manual-latex.git" master
757 \end{lstlisting}
758
759         \item Included in the download is the \texttt{translate\_manual} script. After modifying this file to have execute permission, run this script from a terminal window in the \textit{master} directory where it was downloaded (be aware that this script includes several \textit{rm} commands):
760 \begin{lstlisting}[style=sh]
761 ./translate_manual
762 \end{lstlisting}
763
764         The steps that this script performs are as follows:
765         \begin{itemize}
766                 \item PDF production. The PDF document will be produced from the latex source in the \textit{master} directory. Since the glossary and index are also present, it has to run the pdf build several times. The following commands in the \texttt{translate\_manual} script produce the PDF document from latex source which includes invoking makeindex for the Index and Glossary.
767                 
768                 \begin{lstlisting}[style=sh]
769                         pdflatex CinelerraGG_Manual.tex
770                         makeindex CinelerraGG_Manual.idx
771                         pdflatex CinelerraGG_Manual.tex
772                         makeindex CinelerraGG_Manual.nlo -s nomencl.ist -o CinelerraGG_Manual.nls
773                         pdflatex CinelerraGG_Manual.tex
774                 \end{lstlisting}
775                 
776                 After these commands are executed you will have the manual only in PDF format.  So if you only want a PDF version, you only need to run these previous 5 lines but Context Help from the program will not be available with the PDF version.
777                 \item Next, to produce HTML output the script then moves (renames) \texttt{latex 2html-init} to \texttt{.latex2html-init} (starting with dot).
778                 
779                 \item Then the script uses latex2html: latex2html is run with a unique set of parameters and some cleanup is performed. It creates the directory CinelerraGG\_Manual containing all the files of the manual in html:  tables, references, index, glossary, and various images.
780         \end{itemize}
781
782         \item After installation of the \CGG{} program, place the complete unchanged directory \texttt{CinelerraGG\_Manual}, as it was produced by latex2html from the manual package, into the \textit{doc} directory of the installed Cinelerra package. This will be the directory \textit{bin/doc/CinelerraGG\_Manual} if \CGG{} was built \texttt{--with-single-user}. The script ContextManual.pl will automatically be in bin/doc after the successful build of the program. It is this perl script that allows the program to access CinelerraGG\_Manual to offer Context Help.
783
784         \item Optionally you can make some adjustments to the latex2html command line in the \texttt{translate\_manual} script. Some variants are shown in the comments inside the script but changes may impact the usability of Alt/h hotkey from the program.
785 \end{enumerate}
786
787 \section{Windows 10 with Cygwin for \CGG{} Limited}%
788 \label{sec:ms_windows10}
789 \index{windows 10}
790
791 To run \CGG{} on a Windows 10 computer, you will need to have
792 Cygwin installed on your system, along with the \CGG{} static tar
793 and a patched library: libxcb.  This setup has been tested with
794 Windows 10, version 1909, on an HP EliteBook 820 at 2.3 GHz.
795
796 This limited version provides \textit{core} functionality at this
797 time with the standard Windows FFmpeg executable, meaning that
798 specific modifications in FFmpeg needed for \CGG{} are not
799 available.  Limited capabilities include only a few render output
800 formats available - for example \textit{mov}, \textit{qt} as
801 \textit{mjpeg}, and \textit{mpeg} for videos and \textit{avi} and
802 \textit{qt} as \textit{s16le} for audio, but not \textit{mkv} or
803 \textit{mp4}.  This is due to the fact that several codec and
804 utility libraries are not currently compiled to work with Windows.
805
806 \subsection*{Installing Cygwin}
807 \label{sec:installing_cygwin}
808 \index{cygwin}
809
810 Cygwin is an environment that runs natively on Windows which
811 allows Unix programs to be compiled and run on Windows.  With
812 cygwin installed on your Windows 10 computer, you will be able to
813 run \CGG{}.  Before installing cygwin, you need to be warned that
814 the Avast anti-virus software kills files necessary for cygwin
815 installation and execution, so you will have to remove it and use
816 alternative anti-virus software (the standard default already
817 included with Windows 10 is Defender). Below are the steps for
818 installation:
819
820 \begin{enumerate}
821 \item Download cygwin for your 64-bit computer at:
822   \href{https://www.cygwin.com/}{https://www.cygwin.com/}
823
824 \item Generally just take the defaults as they show up, but the
825   next steps show what comes up.
826
827 \item When a warning window pops up, click \textit{Yes}.
828
829 \item Click \textit{Next}.
830
831 \item Choose \textit{Install from Internet} option and then click
832   \textit{Next}.
833
834 \item Choose your desired directory by clicking on Browse
835   button. Choose \textit{All Users (Recommended)} and then click
836   \textit{Next}.
837
838 \item Choose the local package directory where you would like your
839   installation files to be placed. Click \textit{Next}.
840
841 \item Choose \textit{Direct Connection} if you are using Internet
842   with plug and play device. Click \textit{Next}.
843
844 \item Choose any download site preferably
845   ``cygwin.mirror.constant.com'' and then click \textit{Next}.
846
847 \item For list of things to install, leave all set to
848   \textit{Default} except these to \textit{Install} instead:
849
850   \begin{tabular}{ll}
851     base& devel\\
852     gnome& graphics\\
853     system& video\\
854     X11
855   \end{tabular}
856
857   This install takes a long time; approximately 2 hours on an
858   EliteBook and requires approximately 20GB storage.
859
860 \item Finally you will want to have the icons on your desktop
861   (already default) and then click \textit{Finish}.
862 \end{enumerate}
863
864 Then to install the \CGG{} tar files, you will need to start a
865 cygwin console terminal from the startup menu as shown here:
866 \texttt{Start $\rightarrow$ Cygwin $\rightarrow$ Cygwin64}
867 Terminal
868
869 \subsection*{Installing \CGG{}}
870 \label{sec:installing_cinelerra}
871
872 \begin{enumerate}
873 \item Download the tar file
874   \href{https://cinelerra-gg.org/download/testing/libxcb-bld.tar.bz2}{libxcb-bld.tar.bz2}.
875
876 \item Install libxcb from the tar file -- installs into
877   \texttt{/usr/local} and requires approximately 21MB storage.
878 \begin{lstlisting}[style=sh]
879 tar -C /usr/local -xJf /path/libxcb-bld.tar.bz2
880 \end{lstlisting}
881   The libxcb patch repairs an error (XIOError), which stops
882   Cinelerra.
883
884 \item Download the tar file
885   \href{https://cinelerra-gg.org/download/testing/cygcin-bld.tar.bz2}{cygcin-bld.tar.bz2}.
886
887 \item Install cygcin from the tar file - this installs into home
888   directory.  Note this is cygcin \emph{not} cygwin. You must change the
889   \texttt{path} below to the name of the path where you downloaded
890   the tar file.
891 \begin{lstlisting}[style=sh]
892 cd
893 tar -xJf /path/cygcin-bld.tar.bz2
894 \end{lstlisting}
895 \end{enumerate}
896
897 This creates \texttt{\~{}/cygcin}, a user build installation of
898 \CGG{} and requires approximately 400MB storage.
899
900 \paragraph{Running \CGG{}:}
901 You will need to start a cygwin desktop from the startup menu:
902 \begin{enumerate}
903 \item \texttt{Start$\rightarrow$ Cygwin-X $\rightarrow$ Openbox}
904
905   You should start a console controlling terminal so that you can
906   see program logging.
907
908 \item \texttt{Start$\rightarrow$ Cygwin $\rightarrow$ Cygwin64} Terminal
909
910   This opens a separate window that can survive a cygwin hang and
911   bugs. Without these logs, it is much more difficult to use.
912
913 \item Type into that console controlling window, the following:
914 \begin{lstlisting}[style=sh]
915 export DISPLAY=:0.0
916 \end{lstlisting}
917
918 \item Change directories to where \CGG{} is installed:
919 \begin{lstlisting}[style=sh]
920 cd /path/cygcin    (NOT cygwin)
921 \end{lstlisting}
922
923 \item Finally keyin:
924 \begin{lstlisting}[style=sh]
925 ./cin
926 \end{lstlisting}
927   which starts up your 4 \CGG{} windows.
928 \end{enumerate}
929
930 The most noticeable difference from the Linux versions is that
931 \CGG{} seems to run very slowly on Windows 10. You must be very
932 tolerant and patient to see this work.  It can however exhibit
933 astonishing speed when encoding.  \CGG{} has to be downgraded
934 significantly due to lack of supported interfaces, codecs (for
935 example h264/h265), and utilities.  The only graphics driver is
936 X11 and the only sound driver is pulseaudio.  Almost all
937 configurable omissions are applied to this build.
938
939 \paragraph{\CGG{} build on cygwin from source code:}
940
941 \begin{enumerate}
942 \item Download and install ffmpeg into /usr/local :
943
944   download ffmpeg (currently 4.2.2)
945 \begin{lstlisting}[style=sh]
946 cd /tmp
947 tar -xJf /path/ffmpeg-4.2.2.tar.bz2
948 cd ffmpeg-4.2.2
949 ./configure
950 make -j
951 make install
952 \end{lstlisting}
953
954 \item Download and install a patched libxcb:
955 \begin{lstlisting}[style=sh]
956 cd /tmp
957 rm -rf libxcb-1.13/
958 tar -xf /path/libxcb-1.13.tar.bz2
959 cd libxcb-1.13/
960 patch -p1 < /path/cinelerra-5.1/thirdparty/src/libxcb.patch1
961    patching file configure.ac
962    patching file src/xcb_in.c
963 ./autogen.sh
964 ./configure
965 make -j
966 make install
967 \end{lstlisting}
968 \item Download cinelerra-gg:
969 \begin{lstlisting}[style=sh]
970 cd /build_path/
971 git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git"
972 cd cinelerra-gg/cinelerra-5.1
973 \end{lstlisting}
974 \item Apply cygwin patch:
975 \begin{lstlisting}[style=sh]
976 patch -p2 < blds/cygwin.patch
977 \end{lstlisting}
978 \item Run the build with:
979 \begin{lstlisting}[style=sh]
980 ./blds/cygwin.bld
981 \end{lstlisting}
982 \end{enumerate}
983
984 This produces a directory: /build\_path/cinelerra-gg/cinelerra-5.1/bin
985 which is used to create the cygcin archive.
986
987 Currently, the targets are not stripped and can be run from gdb.
988 There is only very limited signal handler dmp file support.
989 Running gdb from inside a desktop resident console (not a cygwin64
990 window) will hang cygwin (and cin) when it hits a breakpoint.  You
991 must run from an external console window to avoid this issue.
992
993
994 \section{Distro with \CGG{} Included}%
995 \label{sec:distro_with_cinelerra_included}
996 \index{linux distro}
997
998 There are also some special complete distribution systems
999 available that include \CGG{} for audio and video production
1000 capabilities.
1001
1002 \subsection{AV Linux}
1003 \label{sec:AV_Linux}
1004
1005 \textbf{AV Linux} is a downloadable/installable shared snapshot
1006 ISO image based on MX Linux.  It provides the user an easy method to
1007 get an Audio and Video production workstation without the hassle
1008 of trying to find and install all of the usual components
1009 themselves.  Of course, it includes \CGG{}!
1010 %
1011 Click here for the
1012 \href{http://www.bandshed.net/avlinux/}{homepage of AV Linux}.
1013
1014 \subsection{Bodhi Linux Media}
1015 \label{sec:Bodhi_Linux}
1016
1017 \textbf{Bodhi Linux Media} is a free and open source distribution that
1018 comes with a curated list of open source software for digital
1019 artists who work with audio, video, includes \CGG{}, games,
1020 graphics, animations, physical computing, etc.
1021 %
1022 Click here for the
1023 \href{https://gitlab.com/giuseppetorre/bodhilinuxmedia}{homepage of Bodhi Linux}.
1024
1025 \subsection{DeLinuxCo}
1026 \label{sec:delinuxco}
1027
1028 \textbf{DeLinuxCo} is a distro derived from Manjaro (so Arch based) with DE Cinammon. It is a professional workstation, mainly oriented to the multimedia field but not only. It contains many specialized programs already configured, including \CGG{}.
1029
1030 You can read all about DeLinuxCo \href{https://www.delinuxco.com/}{here} and download \href{https://www.delinuxco.com/download/}{here}.
1031
1032 \subsection{Elive}
1033 \label{sec:elive}
1034
1035 \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.
1036
1037 Click \href{https://www.elivecd.org/}{Elive} for more information.  The \CGG{} package is at 
1038 \href{http://repository.elivecd.org/pool/multimedia/c/cinelerra-gg/} {package} - just download
1039 the .deb file and install via “dpkg -i “.  To include access to the Alt/h hotkey help, also install
1040 \href{http://repository.elivecd.org/pool/multimedia/c/cinelerra-gg-manual/}{manual} for help.
1041
1042 \section{Cinx and a “Bit” of Confusion}%
1043 \label{sec:cinx_and_a_bit_of_confusion}
1044 \index{cinx}
1045
1046 Cinx is the exact same program as Cin.  The X (x) represents the
1047 roman numeral 10 for 10-bit as opposed to 8-bit standard.  The
1048 third-party library used for x265 must be specially compiled with
1049 \texttt{--bit-depth=10} in order to produce 10-bit rendered
1050 output.  A cinx version can be built for most other distros if 
1051 rendering at 10-bit is desirable instead of 8-bit.
1052 %
1053 This build will not be able to output 8-bit depth which means you
1054 have to retain the Cin version also.
1055 %
1056 Whatever build ffmpeg is linked to will determine what bit depth
1057 it can output.  This is why there have to be separate builds.  If
1058 you install both packages, Cin and CinX, you may get \textit{file
1059   conflicts of same file name} --- just continue.
1060
1061 Keep in mind that the regular 8-bit version works on 8-bit bytes
1062 --- the standard word size for computers, but the 10-bit version
1063 has to use 2 words to contain all 10 bits so you can expect
1064 rendering to be as much as twice as slow.
1065 %
1066 There is also a 12-bit version for consideration but currently the
1067 results are simply the same as 10-bit with padding to make 12-bit
1068 so it is of no value.
1069
1070 \section{Multibit build for x265-8/10/12-bit}%
1071 \label{sec:multibit_build}
1072 \index{multibit}
1073
1074 To build a version that can handle 8 bit, or 10 bit, or 12 bit videos,
1075 a patch is provided in the \texttt{thirdparty} subdirectory that needs
1076 to be applied to do so.  Be aware that the compile may take more time
1077 and seems to be about twice as long. To apply the required patch:
1078
1079 \begin{lstlisting}[style=sh]
1080 cd /path/to/cinelerra-5.1/thirdparty
1081 patch < compile_multibit_X265.txt
1082 mv x265_3.5.patch* src/.
1083 \end{lstlisting}
1084 Render formats \textit{h265-10bit} and \textit{h265-12bit} have been provided and will
1085 be operational after the applied patch is compiled in.
1086
1087 %%% Local Variables:
1088 %%% mode: latex
1089 %%% TeX-master: "../CinelerraGG_Manual"
1090 %%% End: