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-testing, ubuntu-testing. ./autogen.sh ./configure --prefix=/usr # optional parameters can be added here make 2>&1 | tee log # make and log the build |
bld_prepare.sh works for debian-testing, ubuntu-testing, and arch 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-testing and ubuntu-testing is currently for perhaps the absolute latest versions and future distros and will be changed to more relevant names when they are released.
grep "\*\*\*.*error" -ai log |
/<build_path>/cinelerra5/cinelerra-5.1/log |
make install |
The CINELERRA-GG Community, 2021