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 10:11:49 CEST 2010
On Sun, Aug 22, 2010 at 7:56 PM, berlinud <berlinudberlinud at gmail.com> wrote:
> thanks Glenn
> The argument is --enable-static in taglib 1.6.3
> How can I get which static libraries blongs to taglib?
If you use --prefix=$HOME/taglib as a configure option (which 'make
install' will install the taglib files to), you'll get an idea of
exactly what taglib builds for you. I'm not sure about linux ,but I
know on mac it will generate a libtag.a file (static lib) and a
libtag.dylib (dynamic/shared lib)
Glenn
>
> On Sun, Aug 22, 2010 at 3:40 PM, Glenn McCord <glenn.mccord at gmail.com>
> wrote:
>>
>> 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
>> >
>> >
>> _______________________________________________
>> taglib-devel mailing list
>> taglib-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/taglib-devel
>
>
> _______________________________________________
> 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