/usr/share/doc/acoustid-fingerprinter/README.txt is in acoustid-fingerprinter 0.6-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Acoustid Fingerprinter
======================
Dependencies
------------
* Qt <http://qt.nokia.com/>
* FFmpeg <http://www.ffmpeg.org/>
* Chromaprint <http://wiki.acoustid.org/wiki/Chromaprint>
Installation
------------
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local .
$ make
$ sudo make install
|