d0f8b71b0b36879b1910ad30d21f557c143d8170
[goodguy/history.git] / cinelerra-5.1 / bld.sh
1 #!/bin/bash
2 ./autogen.sh
3 ./configure --with-single-user --with-opencv=sta,tar=http://192.168.1.8/opencv-20180401.tgz
4 make 2>&1 | tee log
5 make install
6 mv Makefile Makefile.cfg
7 cp Makefile.devel Makefile