Mercurial > trustbridge
comparison INSTALL @ 931:7ac5a366184d
Remove -system-lipng from qt configure line
This was not used anyway as -qt-png was provided later in the line
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 22 Aug 2014 16:19:46 +0200 |
parents | d1c951b3012d |
children | 3baee3445502 |
comparison
equal
deleted
inserted
replaced
930:9e2266aa1cbf | 931:7ac5a366184d |
---|---|
33 ./configure --prefix=$YOURPREFIX \ | 33 ./configure --prefix=$YOURPREFIX \ |
34 -opensource \ | 34 -opensource \ |
35 -release -nomake tests -nomake examples -confirm-license \ | 35 -release -nomake tests -nomake examples -confirm-license \ |
36 -static -no-cups -no-nis -no-icu -no-fontconfig -qt-freetype \ | 36 -static -no-cups -no-nis -no-icu -no-fontconfig -qt-freetype \ |
37 -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \ | 37 -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \ |
38 -system-libpng -qpa xcb -qt-xkbcommon -qt-xcb -no-nis -no-libjpeg -qt-libpng \ | 38 -qpa xcb -qt-xkbcommon -qt-xcb -no-nis -no-libjpeg -qt-libpng \ |
39 -qt-zlib -no-gif && \ | 39 -qt-zlib -no-gif && \ |
40 nice make -j`nproc` && \ | 40 nice make -j`nproc` && \ |
41 make install | 41 make install |
42 | 42 |
43 cd .. && \ | 43 cd .. && \ |