README.md | 3 ++- diff --git a/README.md b/README.md index 120e7860509241b9599591e7482a886d846949e8..e71415b3e82a2295bddad249350fa27cd9bd00c4 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,8 @@ The opus and opusfile libraries will be linked into your application dynamically. This means everyone who uses the resulting binary will need those libraries available on their system. E.g. if you use this wrapper to write a music app in Go, everyone using that music app will need libopus and libopusfile -on their system. +on their system. On Debian systems the packages are called `libopus0` and +`libopusfile0`. The "cleanest" way to do this is to publish your software through a package manager and specify libopus and libopusfile as dependencies of your program. If