From 16647bad20173954d8e9dc3b4879ab1c4dc3da1c Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Sun, 14 Aug 2016 11:44:48 +0100 Subject: [PATCH] List dependencies in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ``` -- 2.48.1