Add compiler requirements master (#11190)

* Added software tab for Linux installer

* Added information for apt and yum

* Update docs/install_guides/installing-openvino-apt.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Update docs/install_guides/installing-openvino-apt.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Update docs/install_guides/installing-openvino-linux.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Update docs/install_guides/installing-openvino-apt.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Update docs/install_guides/installing-openvino-apt.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
This commit is contained in:
Ilya Churaev
2022-03-24 17:25:49 +03:00
committed by GitHub
parent 0c6c3b0d74
commit a8f9863f72
3 changed files with 18 additions and 0 deletions

View File

@@ -15,6 +15,12 @@ The complete list of supported hardware is available in the [Release Notes](http
- Ubuntu 18.04 long-term support (LTS), 64-bit
- Ubuntu 20.04 long-term support (LTS), 64-bit
**Software**
- [CMake 3.13 or higher, 64-bit](https://cmake.org/download/)
- GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04)
- [Python 3.6 - 3.9, 64-bit](https://www.python.org/downloads/windows/)
## Install OpenVINO Runtime
### Step 1: Set Up the OpenVINO Toolkit APT Repository

View File

@@ -33,6 +33,12 @@
.. _Product Specifications: https://ark.intel.com/
.. tab:: Software
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`_
* GCC 7.5.0 (for Ubuntu 18.04) or GCC 9.3.0 (for Ubuntu 20.04)
* `Python 3.6 - 3.9, 64-bit <https://www.python.org/downloads/windows/>`_
@endsphinxdirective
## Overview

View File

@@ -14,6 +14,12 @@ The complete list of supported hardware is available in the [Release Notes](http
- Red Hat Enterprise Linux 8, 64-bit
**Software**
- [CMake 3.13 or higher, 64-bit](https://cmake.org/download/)
- GCC 8.2.0
- [Python 3.6 - 3.9, 64-bit](https://www.python.org/downloads/windows/)
## Install OpenVINO Runtime
### Step 1: Set Up the Repository