We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1795159 commit fd9fb99Copy full SHA for fd9fb99
docker/Dockerfile_i686
@@ -7,9 +7,7 @@ RUN curl -O -L https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensou
7
#manylinux1 is too old to have `nproc`
8
export MAKEFLAGS=-j$(getconf _NPROCESSORS_ONLN) && \
9
#OpenCV only links against QtCore, QtGui, QtTest
10
- ./configure -prefix /opt/Qt4.8.7 -release -opensource -confirm-license \
11
- -no-sql-sqlite -no-qt3support -no-xmlpatterns -no-multimedia \
12
- -no-webkit -no-script -no-declarative -no-dbus -make libs && \
+ ./configure -prefix /opt/Qt4.8.7 -release -opensource -confirm-license -make && \
13
make && \
14
make install && \
15
cd .. && \
0 commit comments