Taglib
    Lukáš Lalinský 
    lalinsky at gmail.com
       
    Tue Apr 19 12:47:15 CEST 2011
    
    
  
On Tue, Apr 19, 2011 at 12:40 PM, santhosh kumar T kumar
<santhoshtmail at gmail.com> wrote:
> Hi ,
>
>      I'm trying to use taglib to edit audio meta data , i'm not getting how
> to run examples and test in tag lib  . Can anyone of you suggest me  proper
> steps to follow to run it.
If you just want to build the examples:
cmake -DBUILD_EXAMPLES=ON .
make
To build the tests you will need cppunit installed. Then you can use
the following commands to run the test suite:
cmake -DBUILD_TESTS=ON .
make check
Lukas
    
    
More information about the taglib-devel
mailing list