static
This commit is contained in:
@@ -7,14 +7,14 @@ apt -y install build-essential git iputils-ping python wget && \
|
|||||||
apt -y autoremove && \
|
apt -y autoremove && \
|
||||||
apt -y autoclean && \
|
apt -y autoclean && \
|
||||||
cd /opt && \
|
cd /opt && \
|
||||||
wget -q -O qt-everywhere-opensource-src.tar.gz http://download.qt.io/official_releases/qt/5.8/5.8.0/single/qt-everywhere-opensource-src-5.8.0.tar.gz && \
|
wget -q http://download.qt.io/official_releases/qt/5.8/5.8.0/single/qt-everywhere-opensource-src-5.8.0.tar.gz && \
|
||||||
tar xf qt-everywhere-opensource-src.tar.gz && \
|
tar xf qt-everywhere-opensource-src-5.8.0.tar.gz && \
|
||||||
rm qt-everywhere-opensource-src.tar.gz && \
|
rm qt-everywhere-opensource-src-5.8.0.tar.gz && \
|
||||||
cd qt-everywhere-opensource-src && \
|
cd qt-everywhere-opensource-src-5.8.0 && \
|
||||||
./configure -opensource -confirm-license -release -strip -static -c++std c++14 -ltcg -nomake examples -no-compile-examples -no-opengl && \
|
./configure -opensource -confirm-license -release -strip -static -c++std c++14 -ltcg -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 && \
|
||||||
rm -rf qt-everywhere-opensource-src && \
|
rm -rf qt-everywhere-opensource-src-5.8.0 && \
|
||||||
exit 0
|
exit 0
|
||||||
ENV PATH="${PATH}:/usr/local/Qt-5.8.0/bin"
|
ENV PATH="${PATH}:/usr/local/Qt-5.8.0/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user