Skip to content

Commit 1bb91dd

Browse files
docs: note CMake >= 3.30 requirement in prerequisites (#3022)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a585061 commit 1bb91dd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ xrt-smi examine
108108
build-essential clang clang-14 lld lld-14 cmake ninja-build python3-venv python3-pip
109109
```
110110
111+
> **Note:** CMake **3.30 or newer** is required. If your distribution provides an older
112+
> version, create and activate the Python virtual environment in the setup step below
113+
> first, then install a newer CMake into that virtual environment:
114+
>
115+
> ```bash
116+
> python3 -m pip install --upgrade cmake
117+
> ```
118+
111119
1. (Optional) Install opencv which is needed for vision programming examples:
112120
113121
```bash

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ Turn off SecureBoot (Allows for unsigned drivers to be installed):
7676
build-essential clang clang-14 lld lld-14 cmake ninja-build python3-venv python3-pip
7777
```
7878

79+
> **Note:** CMake **3.30 or newer** is required. If your distribution provides an older
80+
> version, create and activate the Python virtual environment in the setup step below
81+
> first, then install a newer CMake into that virtual environment:
82+
>
83+
> ```bash
84+
> python3 -m pip install --upgrade cmake
85+
> ```
86+
7987
1. (Optional) Install opencv which is needed for vision programming examples:
8088

8189
```bash

0 commit comments

Comments
 (0)