The software tries to match the VFX Reference Platform versions.
Dependencies
OpenImageIO with Python Bindings: you need to have OpenImageIO (oiio) installed in order to start the software.
AppImage
Install
To start the application you can just run the AppImage version. There is no need to install any software.
Uninstall
Remove the AppImage file. That's it.
CentOS
Install
However, if you want to install the application permanently, use the following command:
sudo rpm -i das-element_0.1.0_lin-amd64.rpm
Now you can start the application by typing into you terminal: das-element
Installation location
/opt/das-element
/usr/bin/das-element
Uninstall
Run the following command:
sudo rpm -e das-element
Debian
Install
If you want to install the application permanently use the following command:
sudo dpkg -i das-element_0.1.0_lin-amd64.deb
Now you can start the application by typing into you terminal: das-element
Installation location
/opt/das-element
/usr/bin/das-element
Uninstall
Run the following command:
sudo dpkg --remove das-element