Port compiler requirements to 2021.4 (#11191)
* Port compiler requirements to 2021.4 * 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> * Update installing-openvino-linux.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
This commit is contained in:
@@ -15,6 +15,12 @@ The complete list of supported hardware is available in the [Release Notes](http
|
||||
- Ubuntu 18.04.x long-term support (LTS), 64-bit
|
||||
- Ubuntu 20.04.0 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/)
|
||||
|
||||
## Included with Runtime Package
|
||||
|
||||
The following components are installed with the OpenVINO runtime package:
|
||||
|
||||
@@ -48,6 +48,12 @@ Optimized for these processors:
|
||||
- [PyPi package](https://pypi.org/project/openvino/)
|
||||
- [Docker image](https://catalog.redhat.com/software/containers/intel/openvino-runtime/606ff4d7ecb5241699188fb3)
|
||||
|
||||
**Software**
|
||||
|
||||
* `CMake 3.13 or higher, 64-bit <https://cmake.org/download/>`_
|
||||
* GCC 4.8 (for CentOS 7.6), 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/>`_
|
||||
|
||||
## Overview
|
||||
|
||||
This guide provides step-by-step instructions on how to install the Intel® Distribution of OpenVINO™ toolkit. Links are provided for each type of compatible hardware including downloads, initialization and configuration steps. The following steps will be covered:
|
||||
|
||||
@@ -16,6 +16,12 @@ The complete list of supported hardware is available in the [Release Notes](http
|
||||
|
||||
- CentOS 7.6, 64-bit
|
||||
|
||||
**Software**
|
||||
|
||||
- [CMake 3.13 or higher, 64-bit](https://cmake.org/download/)
|
||||
- GCC 4.8
|
||||
- [Python 3.6 - 3.9, 64-bit](https://www.python.org/downloads/windows/)
|
||||
|
||||
## Included with Runtime Package
|
||||
|
||||
The following components are installed with the OpenVINO runtime package:
|
||||
|
||||
Reference in New Issue
Block a user