Mercurial > trustbridge
comparison INSTALL @ 789:2e954efcb3f1
Readd -j8 to be in line with the other documentation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 14 Jul 2014 18:26:55 +0200 |
parents | d92264e9e08f |
children | b8bc812e41ee |
comparison
equal
deleted
inserted
replaced
788:5ab7441dcda9 | 789:2e954efcb3f1 |
---|---|
32 -opensource \ | 32 -opensource \ |
33 -release -nomake tests -nomake examples -confirm-license \ | 33 -release -nomake tests -nomake examples -confirm-license \ |
34 -static -no-cups -no-nis -no-icu -fontconfig \ | 34 -static -no-cups -no-nis -no-icu -fontconfig \ |
35 -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \ | 35 -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \ |
36 -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif && \ | 36 -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif && \ |
37 nice make && \ | 37 nice make -j8 && \ |
38 make install | 38 make install |
39 | 39 |
40 cd .. && \ | 40 cd .. && \ |
41 cd qttools/src/designer/src/uitools && \ | 41 cd qttools/src/designer/src/uitools && \ |
42 qmake && \ | 42 qmake && \ |