"Terje J. Hanssen via Cin" <[email protected]> wrote:
1) # cd /home
# git clone git://git.cinelerra-gg.org/goodguy/cinelerra.git Cloning into 'cinelerra'... remote: Enumerating objects: 22646, done. remote: Counting objects: 100% (22646/22646), done. remote: Compressing objects: 100% (14288/14288), done. remote: Total 22646 (delta 11647), reused 17384 (delta 7999), pack-reused 0 Receiving objects: 100% (22646/22646), 405.36 MiB | 16.00 MiB/s, done. Resolving deltas: 100% (11647/11647), done.
2)
You need to do cd /home/cinelerra/cinelerra-5.1 Then run "blds/bld_prepare.sh <os>" , where <os> is your os, run blds/bld_prepare.sh without argument to get a list of OS-ses. This installs the needed development packages for your OS. then (still in /home/cinelerra/cinelerra-5.1): in bld.sh, change the config options to what you want. ./bld.sh (if not making an AppImage) MatN