A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

*: update readme with reference build script for ffmpeg

geesawra d973db12 db877d28

+1 -1
+1 -1
README.md
··· 21 21 Ensure you have the following installed on your system: 22 22 23 23 - **Rust**: The Rust toolchain (cargo, rustc). 24 - - **FFmpeg**: Required at runtime for audio transcoding, minimum version 8 with `libfdk-aac` support. 24 + - **FFmpeg**: Required at runtime for audio transcoding, minimum version 8 with `libfdk-aac` support (see [here](https://github.com/markus-perl/ffmpeg-build-script) for a build script that includes `libfdk-aac`). 25 25 - **libgpod**: Required for iPod support (`libgpod-dev` or equivalent package). 26 26 - **Clang**: Required for generating bindings to libgpod. 27 27 - **pkg-config**: Required for the build process to locate libraries.