Difference between revisions of "Cinelerra-gg"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==RHEL 8== <pre> dnf install OpenEXR-libs </pre>")
 
 
Line 1: Line 1:
 
==RHEL 8==
 
==RHEL 8==
 
<pre>
 
<pre>
dnf install OpenEXR-libs
+
wget https://cinelerra-gg.org/download/tars/cinelerra-5.1-centos8.0.1905-20200831.x86_64-static.txz
 +
mkdir cin
 +
tar -C -xf cinelerra-5.1-centos8.0.1905-20200831.x86_64-static.txz cin/
 +
dnf install -y OpenEXR-libs libvdpau libva libGLU
 
</pre>
 
</pre>

Latest revision as of 08:01, 16 September 2020

RHEL 8

wget https://cinelerra-gg.org/download/tars/cinelerra-5.1-centos8.0.1905-20200831.x86_64-static.txz
mkdir cin
tar -C -xf cinelerra-5.1-centos8.0.1905-20200831.x86_64-static.txz cin/
dnf install -y OpenEXR-libs libvdpau libva libGLU