Skip to content

Commit beb0a3c

Browse files
authored
Merge pull request #1339 from eladyn/possible_clang_dependency
docs: mention potentially needed libclang-dev dependency
2 parents 75b9b13 + 5f38925 commit beb0a3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/installation/source.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ You can also compile `spotifyd` yourself, allowing you to tailor it perfectly to
1818
| Arch | base-devel alsa-lib libogg libpulse dbus |
1919
| macOS | dbus pkg-config portaudio |
2020

21+
If you're building on a non-standard target, for example the RaspberryPi, you might need an additional `libclang-dev` and `cmake` package for one of our dependencies. Details can be found on [this page](https://aws.github.io/aws-lc-rs/requirements/linux.html).
22+
2123
## Installing with cargo
2224

2325
To build and install the latest version of `spotifyd`, you can use the package manager for rust. The base command is the following

0 commit comments

Comments
 (0)