forked from mono/taglib-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (21 loc) · 990 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TagLib# (aka taglib-sharp) is a library for reading and writing
metadata in media files. It is API stable, with only API additions
(not changes or removals) occuring in the 2.0 series.
* Bugs: http://bugzilla.gnome.org/browse.cgi?product=taglib-sharp
* Tarballs: http://download.banshee-project.org/taglib-sharp/
* IRC: Several TagLib# developers are often in #banshee on irc.gnome.org
* Git: http://github.com/mono/taglib-sharp
git://github.com/mono/taglib-sharp.git
TagLib# is free/open source software, released under the LGPL.
We welcome contributions! Please try to match our coding style,
and include unit tests with any patches. Patches can be submitted
by filing a bug and attaching the diff to it.
To Build From Git:
git clone git://github.com/mono/taglib-sharp.git
cd taglib-sharp
./autogen.sh && make
To Build From Tarball:
./configure && make
You can also build from MonoDevelop or Visual Studio using taglib-sharp.sln
To Test:
make test