]> Sergey Matveev's repositories - go-opus.git/commitdiff
README: debian package names for non-dev
authorHraban Luyat <hraban@0brg.net>
Thu, 29 Dec 2016 00:28:31 +0000 (00:28 +0000)
committerHraban Luyat <hraban@0brg.net>
Thu, 29 Dec 2016 00:28:31 +0000 (00:28 +0000)
README.md

index 120e7860509241b9599591e7482a886d846949e8..e71415b3e82a2295bddad249350fa27cd9bd00c4 100644 (file)
--- 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