From: Hraban Luyat Date: Thu, 29 Dec 2016 00:28:31 +0000 (+0000) Subject: README: debian package names for non-dev X-Git-Tag: v2.0.0~41 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=080f95290a2681d040f039c0802bc0083ebd9a92;p=go-opus.git README: debian package names for non-dev --- diff --git a/README.md b/README.md index 120e786..e71415b 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