On Wed, 8 Dec 2021 22:28:52 +0300 Andrew Randrianasulu via Cin <[email protected]> wrote: <snip> =======
NOTE: if your system has never had CINELERRA-GG Infinity installed, you will have to make sure all the compilers and libraries necessary are installed. So on the very first build you should run as root:
./blds/bld_prepare.sh <os> ./autogen.sh ./configure --with-single-user make 2>&1 | tee log make install
Where <os> represents the Operating System supported by CINELERRA-GG, such as centos, fedora, suse, ubuntu, mint, debian. The “with-single-user” parameter makes it so. Check for errors before proceeding.
====
I don't think you should build as root, it is not needed and will make all produced files root-accessible only. The only step where root is needed (and safer, use sudo instead of logging in as root), is the ./blds/bld_prepare.sh <os> step, because that installs new software on the machine. I always build as normal user. MatN