From: Hraban Luyat Date: Sun, 5 Jul 2015 14:01:20 +0000 (+0100) Subject: Extra note in README about installation X-Git-Tag: v2.0.0~101 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=195d1d766ffae674979a21afe9ed9e821dc80a29;p=go-opus.git Extra note in README about installation --- diff --git a/README.md b/README.md index ec404e7..9ea41bc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ current directory must always be present in every directory you use this this package from. So if you create a new media player in Go and you include libopus, you must put those .a files in your media player project directory. +The advantage is that this puts the burden of managing libopus on the user of +this go opus package (i.e. you), but not on the user of *their* program. In the +media player example: you, the programmer, will have to manage the .a files, but +the users of your media player can use those bundled .a files without having to +apt-get or otherwise install anything related to opus. This is a worthwile +trade-off as long as opus is not widely available for all major platforms, yet. + It can be changed () but that's on my TODO list for now, under "not worth the trouble until a lot of