From 9d14b5790c5b816ec97f649b9488df0e951d82a5 Mon Sep 17 00:00:00 2001 From: Jacob Kauffmann Date: Fri, 19 Sep 2025 18:47:26 -0600 Subject: [PATCH] Add new dependency to DaVinci Resolve installation Also reorder dependencies to be in alphabetical order --- content/install-davinci-resolve.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/install-davinci-resolve.md b/content/install-davinci-resolve.md index 2b382a0c8e..0dc500ec54 100644 --- a/content/install-davinci-resolve.md +++ b/content/install-davinci-resolve.md @@ -21,10 +21,10 @@ DaVinci Resolve requires an NVIDIA GPU to run. (Intel GPUs lack the necessary Op ### Install prerequisite packages -The following packages will be needed to build and install DaVinci Resolve: +The following packages will be needed to build, install, and run DaVinci Resolve: ```bash -sudo apt install libssl3 ocl-icd-opencl-dev fakeroot xorriso +sudo apt install fakeroot libglu1-mesa libssl3 ocl-icd-opencl-dev xorriso ``` ### Download DaVinci Resolve and the MakeResolveDeb script