Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doxygen/general_pages/CppSetupGuide.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
Loading