How to install qt in static link mode with qt-opensource-linux-x64-5.10.1.run
-
I know, installing by souce code, use "static" when configure:
./configure -staticBut with the installer, I don't know how.
Thansk for your help.
@expressw said in How to install qt in static link mode with qt-opensource-linux-x64-5.10.1.run:
I know, installing by souce code, use "static" when configure:
./configure -staticBut with the installer, I don't know how.
The installer only contains dynamically-linked libraries.
If you want static libraries, you must build them yourself from the source code.
-
@expressw said in How to install qt in static link mode with qt-opensource-linux-x64-5.10.1.run:
I know, installing by souce code, use "static" when configure:
./configure -staticBut with the installer, I don't know how.
The installer only contains dynamically-linked libraries.
If you want static libraries, you must build them yourself from the source code.