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. ./autogen.sh ./configure --prefix=/usr # optional parameters can be added here make 2>&1 | tee log # make and log the build |
bld_prepare.sh does not work for Arch Linux or Gentoo, so we have to install the dependencies manually. README.arch or README.gentoo, which contain the list of dependencies, can be found at:
grep "\*\*\*.*error" -ai log |
/<build_path>/cinelerra5/cinelerra-5.1/log |
make install |
The CINELERRA-GG Community, 2021