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
Copy file name to clipboardExpand all lines: docker/README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
3
3
This folder includes Dockerfiles for extending both ``i686`` and ``x86_64`` manylinux images.
4
4
5
-
The extended images were created to be able to build OpenCV in reasonable time with Travis.
6
-
7
-
These images have been built locally because the process takes over 1,5 hours with modern i7 processor. The images are hosted at https://quay.io/user/skvark.
5
+
The extended images were created to be able to build OpenCV in reasonable time with Travis. The images are hosted at https://quay.io/user/skvark.
8
6
9
7
The images have following extra software installed:
10
8
11
9
- Qt 4.8.7
12
10
- Cmake 3.9.0
13
-
- FFmpeg with libvpx (latest snapshots at the build time) and recent openssl
11
+
- FFmpeg with libvpx (latest snapshots at the build time) and recent openssl + other FFmpeg dependencies built from sources
14
12
- Some missing headers included from more recent Linux to be able to enable V4L / V4L2 support in OpenCV
0 commit comments