You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-3Lines changed: 35 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,46 @@ you are interested in, please see below "Contributing & Distribution" below.
16
16
17
17
## Requirements
18
18
19
-
In order to build the examples, you'll need the library and header files for [FFmpeg 6](https://ffmpeg.org/download.html) installed.The `chromaprint` library is also required for fingerprinting audio files. On Macintosh with [homebrew](http://bew.sh/), for example:
19
+
In order to build the examples, you'll need the library and header files
20
+
for [FFmpeg 6](https://ffmpeg.org/download.html) installed.The `chromaprint` library is also
21
+
required for fingerprinting audio files and SDL2 for the video player.
22
+
23
+
### MacOS
24
+
25
+
On Macintosh with [homebrew](http://bew.sh/), for example:
20
26
21
27
```bash
22
28
brew install ffmpeg@6 chromaprint make
29
+
brew link ffmpeg@6
30
+
```
31
+
32
+
### Debian
33
+
34
+
If you're using Debian you may not be able to get the ffmpeg 6 unless you first of all add the debi-multimedia repository.
35
+
You can do this by adding the following line to your `/etc/apt/sources.list` file:
0 commit comments