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 for Arch Linux may require other packages, so you may have to install the dependencies manually as you will have to do for gentoo. README.arch or README.gentoo, which contain the list of dependencies, can be found at:
bld_prepare.sh option of debian-testing and ubuntu-testing is currently for 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