Skip to content

Commit

Permalink
Add missing libraries to build flute-ffmpeg (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy authored Aug 20, 2024
1 parent ff89b08 commit 73e454d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion flute-ffmpeg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ can be used for playback.
## Installation

### Install dependencies
To use this project several dependencies need to be installed:
To use this project several dependencies need to be installed. First install the common dependencies:

#### Install common dependencies

````
sudo apt update
sudo apt install ninja-build libspdlog-dev libboost-all-dev libconfig++-dev
sudo snap install cmake --classic
````

#### Install Poco

Expand Down

0 comments on commit 73e454d

Please sign in to comment.