From 930f135cf2a0293aa33377425779ae36ddd33bfd Mon Sep 17 00:00:00 2001 From: Grant Karapetyan Date: Mon, 6 Apr 2026 16:43:51 +0300 Subject: [PATCH] doc/update_cuda_version_for_ubuntu_24 --- doxygen/general_pages/CppSetupGuide.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doxygen/general_pages/CppSetupGuide.dox b/doxygen/general_pages/CppSetupGuide.dox index 2e2eac803c8f..f9c731e55165 100644 --- a/doxygen/general_pages/CppSetupGuide.dox +++ b/doxygen/general_pages/CppSetupGuide.dox @@ -130,7 +130,8 @@ MeshViewer 2. **CMake** - Ensure [CMake](https://cmake.org/download/#latest) is installed for managing the build process. 3. **CUDA Toolkit** - - Install [CUDA v12.0](https://developer.nvidia.com/cuda-12-0-0-download-archive) from the official website. Follow the Linux installation instructions provided on the CUDA page. + - Install [CUDA v12.0](https://developer.nvidia.com/cuda-12-0-0-download-archive)/[CUDA v12.6 (for Ubuntu 24.04)](https://developer.nvidia.com/cuda-12-6-3-download-archive) from the official website. Follow the Linux installation instructions provided on the CUDA page. +\note You might need to execute `export PATH=$(echo $PATH | tr ':' '\n' | grep -v '/mnt' | tr '\n' ':' | sed 's/:$//')` if you are on WSL to prevent interfearing with host machine CUDA Toolkit (this command will filter host machine paths from PATH enviroment) #### Installing the local build 1. **Clone the MeshLib Repository**: