Add note on build requirements (fixes #12).

This commit is contained in:
Joachim Bauch 2020-07-21 11:54:35 +02:00
parent 9820580621
commit 9563c55b2c
Failed to extract signature

View file

@ -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