This commit is contained in:
Faraz Fallahi
2017-05-24 15:56:22 -05:00
parent c9343058e3
commit cbc0381cca

View File

@@ -11,7 +11,7 @@ wget -q http://download.qt.io/official_releases/qt/5.8/5.8.0/single/qt-everywher
tar xf qt-everywhere-opensource-src-5.8.0.tar.gz && \ tar xf qt-everywhere-opensource-src-5.8.0.tar.gz && \
rm qt-everywhere-opensource-src-5.8.0.tar.gz && \ rm qt-everywhere-opensource-src-5.8.0.tar.gz && \
cd qt-everywhere-opensource-src-5.8.0 && \ cd qt-everywhere-opensource-src-5.8.0 && \
./configure -opensource -confirm-license -release -strip -static -ltcg -nomake examples -no-compile-examples -no-opengl && \ ./configure -opensource -confirm-license -release -strip -static -nomake examples -no-compile-examples -no-opengl && \
make -j $(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+2)) && \ make -j $(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+2)) && \
make install && \ make install && \
cd /opt && \ cd /opt && \