How to install a software relying on taglib on a linux OS with out taglib?
Glenn McCord
glenn.mccord at gmail.com
Sun Aug 22 09:40:19 CEST 2010
On Sun, Aug 22, 2010 at 7:19 PM, berlinud <berlinudberlinud at gmail.com> wrote:
> Hi everyone!
> My software has finished coding.
> I want to publish it,but how can I install taglib library on a linux OS when
> I install my software?
> What files do I need to install and what directory shall I install them?
> Thanks!
> sincerely Berlinud
You can create a static library of taglib, and make sure your
application is linking against that, instead of a dynamic/shared
version of taglib which you probably have inside /usr/local/lib. This
will build the library into your application. When you compile taglib,
confligure will have some options for ensuring a static lib is built.
(--enabled-static)
Alternatively you can link against a dynamic/shared version of taglib
and provide it alongside your application for when it is run on a
different machine.
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>
>
More information about the taglib-devel
mailing list