[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*
This commit is contained in:
Jiangtao Hu 2024-05-27 05:00:05 -07:00 committed by GitHub
parent 9732d4ac17
commit 9ce97d1560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -7,7 +7,7 @@ The software was validated on:
> **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)
## Software requirements
## Software requirements
- [CMake](https://cmake.org/download/) 3.13 or higher
- GCC 7.5 or higher to build OpenVINO Runtime
@ -37,9 +37,6 @@ The software was validated on:
2. Install build dependencies using the `install_build_dependencies.sh` script in the
project root folder.
```sh
chmod +x install_build_dependencies.sh
```
```sh
sudo ./install_build_dependencies.sh
```
@ -79,7 +76,7 @@ You can use the following additional build options:
```sh
pip install -r <openvino source tree>/src/bindings/python/wheel/requirements-dev.txt
```
3. After the build process finishes, export the newly built Python libraries to the user environment variables:
3. After the build process finishes, export the newly built Python libraries to the user environment variables:
```
export PYTHONPATH=<openvino_repo>/bin/intel64/Release/python:$PYTHONPATH
export LD_LIBRARY_PATH=<openvino_repo>/bin/intel64/Release:$LD_LIBRARY_PATH

View File

@ -2,7 +2,7 @@
OpenVINO components provides different debug capabilities, to get more information please read:
* [OpenVINO Model Debug Capabilities](https://docs.openvino.ai/2024/openvino_docs_OV_UG_Model_Representation.html#model-debugging-capabilities)
* [OpenVINO Model Debug Capabilities](https://docs.openvino.ai/2024/openvino-workflow/running-inference/integrate-openvino-with-your-application/model-representation.html#model-debugging-capabilities)
* [OpenVINO Pass Manager Debug Capabilities](#todo)
## See also