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