I want to deploy a software under linux platforms.
Qt5 is not supported yet in a lot of distros, so i have to put shared libraries files (.so) with the binary file.
my question:
in which directory can i find those shared library and should i put them in the same directory of binary file or somewhere else?
(my OS is fedora linux)
↧