You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# apt-get gives you cmake 2.8, which fails to find Py3.4's libraries and headers. The current
13
-
# version is cmake 3.2, which does.
14
-
cd /usr/local/src && git clone https://github.com/Kitware/CMake.git && \
15
-
# --system-curl needed for OpenCV's IPP download, see https://stackoverflow.com/questions/29816529/unsupported-protocol-while-downlod-tar-gz-package/32370027#32370027
16
-
cd CMake && ./bootstrap --system-curl && make && make install && \
17
-
cd /usr/local/src && git clone https://github.com/Itseez/opencv.git && \
0 commit comments