diff --git a/docs/dev/build_linux.md b/docs/dev/build_linux.md index ff7974c16e1..6abe6d3b7a3 100644 --- a/docs/dev/build_linux.md +++ b/docs/dev/build_linux.md @@ -65,7 +65,7 @@ You can use the following additional build options: cmake -DCMAKE_TOOLCHAIN_FILE=/cmake/toolchains/ia32.linux.toolchain.cmake .. ``` -- If you don't want to use the GPU plugin, use the `-DENABLE_INTEL_GPU=OFF` CMake build option and skip the installation of the Intel® Graphics Compute Runtime for OpenCL™ Driver. +- OpenVINO offers several CMake options that can be used to build a custom OpenVINO runtime, which can speed up compilation. These options allow you to skip compilation of other plugins and frontends by disabling/enabling them. You can find a list of available options [here](https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/cmake_options_for_custom_compilation.md) - To build the OpenVINO Runtime Python API: 1. Install all additional packages (e.g., cython and opencv) listed in the `/src/bindings/python/src/compatibility/openvino/requirements-dev.txt` file: