~ubuntu-branches/debian/jessie/acoustid-fingerprinter/jessie

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2011-05-12 19:54:52 UTC
  • Revision ID: james.westby@ubuntu.com-20110512195452-bj6g545s1bx7edvc
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Acoustid Fingerprinter
 
2
======================
 
3
 
 
4
Dependencies
 
5
------------
 
6
 
 
7
 * Qt <http://qt.nokia.com/>
 
8
 * FFmpeg <http://www.ffmpeg.org/>
 
9
 * Chromaprint <http://wiki.acoustid.org/wiki/Chromaprint>
 
10
 
 
11
Installation
 
12
------------
 
13
 
 
14
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local .
 
15
$ make
 
16
$ sudo make install
 
17