]> Sergey Matveev's repositories - go-opus.git/commitdiff
List dependencies in README
authorHraban Luyat <hraban@0brg.net>
Sun, 14 Aug 2016 10:44:48 +0000 (11:44 +0100)
committerHraban Luyat <hraban@0brg.net>
Sun, 14 Aug 2016 10:47:03 +0000 (11:47 +0100)
README.md

index 9ea41bc5fcfcc9a5e0d1fad57a83fe3b67d2da2f..ad85d477fa3a75eb29a315ea81116e6bb1e10eaf 100644 (file)
--- 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
 ```