File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# PHP-fpcalc
2
2
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
3
+ [ ![ Build Status] ( https://travis-ci.org/mrfeathers/php-fpcalc.svg?branch=master )] ( https://travis-ci.org/mrfeathers/php-fpcalc )
3
4
4
5
This package is a wrapper for the [ fpcalc command-line tool] ( https://acoustid.org/chromaprint ) .
5
6
@@ -8,17 +9,17 @@ First you need to get installed `fpcalc` on your system.
8
9
9
10
** OS X**
10
11
``` bash
11
- $ brew install chromaprint
12
+ brew install chromaprint
12
13
```
13
14
14
15
** Ubuntu**
15
16
``` bash
16
- $ sudo apt-get install libchromaprint-tools
17
+ apt-get install libchromaprint-tools
17
18
```
18
19
19
20
** Arch Linux**
20
21
``` bash
21
-
22
+ pacman -Sy chromaprint
22
23
```
23
24
24
25
Or you can get the latest version from [ AcoustId site] ( https://acoustid.org/chromaprint )
You can’t perform that action at this time.
0 commit comments