Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street authored Sep 28, 2024
1 parent cc17d17 commit bea0129
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ examples below.
On Ubuntu:

$ sudo apt install build-essential pkg-config libavutil-dev libavformat-dev \
libavfilter-dev libavdevice-dev libclang-dev
libavfilter-dev libavdevice-dev libclang-dev

On Archlinux:

$ sudo pacman -S base-devel clang ffmpeg sqlite
$ sudo pacman -S base-devel clang ffmpeg

If you want to use the `library` trait, in order to e.g. make a bliss plugin for an existing audio player,
and build the examples associated with it, you will also need `libsqlite3-dev` on Ubuntu, or `sqlite` on
Archlinux.

## Examples

Expand Down

0 comments on commit bea0129

Please sign in to comment.