You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dev/build_linux.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The software was validated on:
7
7
8
8
> **NOTE**: To build on CentOS 7 (64-bit), refer to [Building OpenVINO on CentOS 7 Guide](https://github.com/openvinotoolkit/openvino/wiki/Building-OpenVINO-on-CentOS-7-Guide)
9
9
10
-
## Software requirements
10
+
## Software requirements
11
11
12
12
-[CMake](https://cmake.org/download/) 3.13 or higher
13
13
- GCC 7.5 or higher to build OpenVINO Runtime
@@ -37,9 +37,6 @@ The software was validated on:
37
37
2. Install build dependencies using the `install_build_dependencies.sh` script in the
38
38
project root folder.
39
39
```sh
40
-
chmod +x install_build_dependencies.sh
41
-
```
42
-
```sh
43
40
sudo ./install_build_dependencies.sh
44
41
```
45
42
@@ -79,7 +76,7 @@ You can use the following additional build options:
Copy file name to clipboardexpand all lines: docs/dev/debug_capabilities.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
OpenVINO components provides different debug capabilities, to get more information please read:
4
4
5
-
*[OpenVINO Model Debug Capabilities](https://docs.openvino.ai/2024/openvino_docs_OV_UG_Model_Representation.html#model-debugging-capabilities)
5
+
*[OpenVINO Model Debug Capabilities](https://docs.openvino.ai/2024/openvino-workflow/running-inference/integrate-openvino-with-your-application/model-representation.html#model-debugging-capabilities)
0 commit comments