To do a system build , you should read the file README that is at the top level after you get the source.
# This is where you need the 6.0GB of disk space: cd /<build_path>/ git clone --depth 1 git://git.cinelerra-gg.org/goodguy/cinelerra.git cinelerra5 # Change to the cloned directory: cd cinelerra5/cinelerra-5.1 |
./blds/bld_prepare.sh <os> # where <os> represents the # Operating System of # centos, fedora, suse, ubuntu, mint, debian, arch, debian-older, ubuntu-older. ./autogen.sh ./configure --prefix=/usr # optional parameters can be added here make 2>&1 | tee log # make and log the build |
Where <os> represents the Operating System supported by CINELERRA-GG, such as centos, fedora, suse, ubuntu, mint, or debian. bld_prepare.sh works for Arch and Gentoo with some additional information. For Arch linux, a README file containing many more dependencies is maintained. For Gentoo, a README file lists other dependencies that have to be installed manually.
bld_prepare.sh option of debian-older and ubuntu-older is currently for older operating system versions since before about 06/2022.
grep "\*\*\*.*error" -ai log |
/<build_path>/cinelerra5/cinelerra-5.1/log |
make install |
The CINELERRA-GG Community, 2021