diff --git a/view/meshroom.html b/view/meshroom.html
index 9ac0c27..ae75e61 100644
--- a/view/meshroom.html
+++ b/view/meshroom.html
@@ -36,11 +36,11 @@
Download
Note
- To fully utilize Meshroom, a NVIDIA CUDA-enabled GPU is recommended. The binaries are built with CUDA-11 and are compatible with compute capability >= 3.5. Without a supported NVIDIA GPU, only "Draft Meshing" can be used for 3D reconstruction.
+ To fully utilize Meshroom, a NVIDIA CUDA-enabled GPU is recommended. The binaries are built with CUDA-12 and are compatible with compute capability >= 5.0. Without a supported NVIDIA GPU, only "Draft Meshing" can be used for 3D reconstruction.
Linux
On some distributions (e.g Ubuntu), you may have conflicts between native drivers and mesa drivers, resulting in an empty black window. In that case, you need to force usage of native drivers by adding them to the LD_LIBRARY_PATH: LD_LIBRARY_PATH=/usr/lib/nvidia-340 ./Meshroom