diff --git a/docs/dev/build_linux.md b/docs/dev/build_linux.md index 2710ef09410..814deaa3dee 100644 --- a/docs/dev/build_linux.md +++ b/docs/dev/build_linux.md @@ -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 /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=/bin/intel64/Release/python:$PYTHONPATH export LD_LIBRARY_PATH=/bin/intel64/Release:$LD_LIBRARY_PATH diff --git a/docs/dev/debug_capabilities.md b/docs/dev/debug_capabilities.md index 803b6b973f3..033de450d7f 100644 --- a/docs/dev/debug_capabilities.md +++ b/docs/dev/debug_capabilities.md @@ -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