Last active
June 27, 2025 22:22
-
-
Save henri/027a1b76cb1c0f4ff50fac819c338255 to your computer and use it in GitHub Desktop.
Installing Resolve GNU/LINUX Mint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# URL with details for Linux Mint install instructions : | |
# https://forum.blackmagicdesign.com/viewtopic.php?f=38&t=200276 | |
# Big thanks to : Christoph Schmid! | |
# Running the installer | |
# Install the dependiencies as suggested by installer. If you still have message regarding some items missing | |
# simply setup the skip : | |
export SKIP_PACKAGE_CHECK=1 | |
# Once you have run the installer. | |
# Basic Mint instructions | |
# Move the existing Lib's to the side | |
cd /opt/resolve/libs | |
sudo mkdir not_used | |
sudo mv libgio* not_used | |
sudo mv libgmodule* not_used | |
# Link your Library | |
sudo cp /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 /opt/resolve/libs/ | |
# Start Resolve | |
/opt/resolve/bin/resolve | |
# If using NVIDA GPU, then you may want this tool to monitor and confirm usage | |
pip3 install --upgrade nvitop | |
nvitop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment