Credit Terje with 2 new render formats + reverse titler and blur MAX_FLT causing...
[goodguy/cinelerra.git] / cinelerra-5.1 / bld.sh
1 #!/bin/bash
2 #  IMPORTANT comments below to change the configure line
3 # For newer operating system versions, add --enable-libsvtav1
4 # For really old versions, such as ubuntu 16, add --enable-libaom=no
5 # To add OpenCV plugins, add --with-opencv=sta,tar=http://cinelerra-gg.org/download/opencv/opencv-20200306.tgz
6 ( ./autogen.sh
7   ./configure --with-single-user --with-booby
8   make && make install ) 2>&1 | tee log
9 mv Makefile Makefile.cfg
10 cp Makefile.devel Makefile