File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff 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+
1111191. (Optional) Install opencv which is needed for vision programming examples:
112120
113121 ```bash
Original file line number Diff line number Diff 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+
79871. (Optional) Install opencv which is needed for vision programming examples:
8088
8189 ` ` ` bash
You can’t perform that action at this time.
0 commit comments