From 9563c55b2cd94aa243793c12bac4737e737d562e Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 21 Jul 2020 11:54:35 +0200 Subject: [PATCH] Add note on build requirements (fixes #12). --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b85f976..250b9d0 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,15 @@ information on the API of the signaling server. ## Building -You will need at least go 1.6 to build the signaling server. All other -dependencies are fetched automatically while building. +The following tools are required for building the signaling server. + +- curl +- git +- go >= 1.6 +- make +- python3 + +All other dependencies are fetched automatically while building. $ make build