Dependencies
============

Those are the dependencies needed to compile btag:

* TagLib (libtag1-dev in Debian)
* Boost headers >= 1.42.0 (libboost-dev in Debian)
* Boost filesystem >= 1.42.0 (libboost-filesystem-dev in Debian)
* pkg-config
* CMake

If you want to compile the manual pages, you'll need something compatible with
nroff (groff-base in Debian works great).


Installation instructions
=========================

btag uses CMake:

$ mkdir /path/to/build_dir
$ cd /path/to/build_dir
$ cmake -DCMAKE_INSTALL_PREFIX=/path/to/install_dir /path/to/source_dir
$ make
$ make install
