File: INSTALL

package info (click to toggle)
btag 1.1.3-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 248 kB
  • sloc: cpp: 1,356; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
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
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