Help building TagLib svn?

Dr. Diesel dr.diesel at gmail.com
Wed Jan 24 16:43:08 CET 2007


Xavier, thank you!  That did the trick!

On 1/24/07, Xavier Duret <xaviour.maillists at gmail.com> wrote:
> First, make sure that "cmake" is installed on your system.
>
> Then, at your own risk, assuming your user name is "diesel" and that
> taglib is built for your system with prefix "/usr":
> [As diesel]
> cd /home/diesel
> tar cvf backup.tar /usr/lib/libtag*
> svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib
> cd taglib
> cmake -DCMAKE_BUILD_TYPE:STRING=debug -DCMAKE_INSTALL_PREFIX:PATH=/usr .
> make
>
> [As root]
> cd /home/diesel/taglib
> make install
>
> In case something goes wrong:
> [As root]
> cd /
> tar xvf /home/diesel/backup.tar
>
> On 1/24/07, Dr. Diesel <dr.diesel at gmail.com> wrote:
> > I've had no problem with the Amarok svn!  Could someone please point
> > me in the correct direction or provide a quick lesson?
> >
> > I've downloaded the svn with:
> >
> > svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport
> >
> > Possibly just a line on how to convert the configure.in.in to configure?
> >
> > I'm building in Fedora Core 6.
> >
> > Any help is greatly appreciated.
> >
> > Thanks
> > Andy
> > _______________________________________________
> > 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