X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fbld.sh;h=4684fbb0460d3257d59dab7a2905344005d672d5;hb=bd7011a86f60b4ef1abf11e2667373eba3a98c99;hp=b8a80d6bbaaa2d1b31b41ca84f46b7375a986367;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/bld.sh b/cinelerra-5.1/bld.sh index b8a80d6b..4684fbb0 100755 --- a/cinelerra-5.1/bld.sh +++ b/cinelerra-5.1/bld.sh @@ -1,6 +1,10 @@ #!/bin/bash +# IMPORTANT comments below to change the configure line +# For python version 12, add --without-lv2 +# For newer operating system versions, add --enable-libsvtav1 +# For really old versions, such as ubuntu 16, add --enable-libaom=no ( ./autogen.sh - ./configure --with-single-user + ./configure --with-single-user --with-booby make && make install ) 2>&1 | tee log mv Makefile Makefile.cfg cp Makefile.devel Makefile