From: Hraban Luyat Date: Sun, 14 Aug 2016 10:44:48 +0000 (+0100) Subject: List dependencies in README X-Git-Tag: v2.0.0~78 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=16647bad20173954d8e9dc3b4879ab1c4dc3da1c;p=go-opus.git List dependencies in README --- diff --git a/README.md b/README.md index 9ea41bc..ad85d47 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ library, that is, not the bindings. The bindings are by me, Hraban. Installation is a bit of a mess right now but I'm working on simplifying it. Here's the summary: +Dependencies for debian based systems: ```sh +sudo apt-get install autoconf libtool build-essential libssl-dev pkg-config libogg-dev libopus-dev libopusfile-dev +``` + +Building this package itself: +``` make go build ```