Skip to content

Commit 9ce97d1

Browse files
authored
[DOCS] Fix broken url link and remove unnecessary step in Linux build env (#24494)
### Details: - *Fix broken url link* - *Remove unnecessary step in Linux build env* ### Tickets: - *N/A*
1 parent 9732d4a commit 9ce97d1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/dev/build_linux.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The software was validated on:
77

88
> **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)
99
10-
## Software requirements
10+
## Software requirements
1111

1212
- [CMake](https://cmake.org/download/) 3.13 or higher
1313
- GCC 7.5 or higher to build OpenVINO Runtime
@@ -37,9 +37,6 @@ The software was validated on:
3737
2. Install build dependencies using the `install_build_dependencies.sh` script in the
3838
project root folder.
3939
```sh
40-
chmod +x install_build_dependencies.sh
41-
```
42-
```sh
4340
sudo ./install_build_dependencies.sh
4441
```
4542

@@ -79,7 +76,7 @@ You can use the following additional build options:
7976
```sh
8077
pip install -r <openvino source tree>/src/bindings/python/wheel/requirements-dev.txt
8178
```
82-
3. After the build process finishes, export the newly built Python libraries to the user environment variables:
79+
3. After the build process finishes, export the newly built Python libraries to the user environment variables:
8380
```
8481
export PYTHONPATH=<openvino_repo>/bin/intel64/Release/python:$PYTHONPATH
8582
export LD_LIBRARY_PATH=<openvino_repo>/bin/intel64/Release:$LD_LIBRARY_PATH

docs/dev/debug_capabilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OpenVINO components provides different debug capabilities, to get more information please read:
44

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)
66
* [OpenVINO Pass Manager Debug Capabilities](#todo)
77

88
## See also

0 commit comments

Comments
 (0)