From 298900790c3f1a53c72bcbc25480085d964a7adc Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Tue, 22 Oct 2019 10:32:43 +0300 Subject: [PATCH] Do not build CMake from source --- inference-engine/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/inference-engine/README.md b/inference-engine/README.md index cc2738330d9a04..326cfd96d3d237 100644 --- a/inference-engine/README.md +++ b/inference-engine/README.md @@ -204,6 +204,7 @@ with the following content: crossbuild-essential-armhf \ git \ wget \ + cmake \ libusb-1.0-0-dev:armhf \ libgtk-3-dev:armhf \ libavcodec-dev:armhf \ @@ -213,12 +214,6 @@ with the following content: libgstreamer-plugins-base1.0-dev:armhf \ libpython3-dev:armhf \ python3-pip - - RUN wget https://www.cmake.org/files/v3.14/cmake-3.14.3.tar.gz && \ - tar xf cmake-3.14.3.tar.gz && \ - (cd cmake-3.14.3 && ./bootstrap --parallel=$(nproc --all) && make --jobs=$(nproc --all) && make install) && \ - rm -rf cmake-3.14.3 cmake-3.14.3.tar.gz - ``` It uses the Debian\* Stretch (Debian 9) OS for compilation because it is a base of the Raspbian\* Stretch. @@ -478,4 +473,4 @@ Congratulations, you have built the Inference Engine. To get started with the Op * [Model Optimizer Developer Guide](https://docs.openvinotoolkit.org/latest/_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide.html) --- -\* Other names and brands may be claimed as the property of others. \ No newline at end of file +\* Other names and brands may be claimed as the property of others.