diff --git a/docs/dev/build_linux.md b/docs/dev/build_linux.md index ffaa78d75653c4..d3e1319f9d2c1a 100644 --- a/docs/dev/build_linux.md +++ b/docs/dev/build_linux.md @@ -39,6 +39,8 @@ The software was validated on: mkdir build && cd build ``` +> **NOTE**: It is recommended to disable the oneAPI environment before compiling OpenVINO from source on Linux, as it may cause build failures. + 4. OpenVINO Runtime uses a CMake-based build system. In the created `build` directory, run `cmake` to fetch project dependencies and create Unix makefiles, then run `make` to build the project: ```sh cmake -DCMAKE_BUILD_TYPE=Release ..