mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
using Qt bundled libs when possible in Linux
This commit is contained in:
parent
ac970f8852
commit
20d7f74c33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
./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
|
||||
sudo make -j4 install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue