mirror of https://github.com/procxx/kepka.git
using Qt bundled libs when possible in Linux
This commit is contained in:
parent
ac970f8852
commit
20d7f74c33
|
@ -110,7 +110,7 @@ Install some packages for Qt (see **/home/user/TBuild/Libraries/QtStatic/qtbase/
|
||||||
|
|
||||||
In Terminal go to **/home/user/TBuild/Libraries/QtStatic** and there run
|
In Terminal go to **/home/user/TBuild/Libraries/QtStatic** and there run
|
||||||
|
|
||||||
./configure -release -opensource -confirm-license -qt-xcb -no-opengl -static -nomake examples -nomake tests
|
./configure -release -opensource -confirm-license -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -qt-pcre -qt-xcb -qt-xkbcommon-x11 -no-opengl -static -nomake examples -nomake tests
|
||||||
make -j4
|
make -j4
|
||||||
sudo make -j4 install
|
sudo make -j4 install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue