Commit Graph

10 Commits

Author SHA1 Message Date
Shang Chieh Tseng
6024408ea5 Update command. 2025-10-28 18:42:49 +08:00
Shang Chieh Tseng
fe0fd5b494 Update manual-build.md 2025-10-28 17:20:03 +08:00
Shang Chieh Tseng
e6e91af024 Separate NVIDIA driver and CUDA toolkit installation steps
- Split Step 3 into two distinct steps:
  - Step 3: NVIDIA Driver 470 installation via .run file
  - Step 4: CUDA 11.4 Toolkit installation via local installer
- Add libglvnd-devel dependency requirement
- Add text mode (init 3) requirement for driver installation
- Specify exact driver version (470.256.02) and download URL
- Specify exact CUDA installer (11.4.0 with 470.42.01 driver)
- Add note to deselect driver during CUDA installation
- Separate environment configuration:
  - PATH in /etc/profile.d/cuda-11.4.sh
  - Dynamic linker in /etc/ld.so.conf.d/cuda-11-4.conf
- Update all subsequent step numbers (5-7)
- Update all cross-references throughout document
2025-10-28 16:55:38 +08:00
Shang Chieh Tseng
35c4d078f7 Fix step reference in troubleshooting: GCC 10 is Step 1, not Step 5 2025-10-28 15:56:49 +08:00
Shang Chieh Tseng
417b451af1 Add system compiler symlink updates to use GCC 10 by default 2025-10-28 15:53:49 +08:00
Shang Chieh Tseng
c788de5f8b Fix GCC 10 dynamic linker config to include both /usr/lib64 and /usr/local/lib64 2025-10-28 15:51:41 +08:00
Shang Chieh Tseng
e549dcb710 Reorganize installation steps: Move GCC 10 to Step 1 before kernel compilation 2025-10-28 15:35:10 +08:00
Shang Chieh Tseng
29706d14d7 Consolidate GCC 10 installation steps into single script format 2025-10-28 15:28:11 +08:00
Shang Chieh Tseng
85d98064d1 Fix kernel config copy path to use /usr/src/kernels for Rocky Linux 9 2025-10-28 15:27:40 +08:00
Shang Chieh Tseng
7c029749bc docs: restructure README and create comprehensive manual build guide
- Restructure README.md for better readability and organization
- Reduce README word count by 75% while maintaining key information
- Move detailed installation guides to docs/manual-build.md
- Add Tesla K80-specific build instructions and optimizations
- Update CLAUDE.md with new documentation structure and references
- Improve title formatting with emoji and clear tagline

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 09:11:43 +08:00