Build xTeVe from source code
masterTo build xTeVe from source, you need Go (version 1.16.2 or newer) installed.
Build Steps
- Download the source code.
- Install the required dependencies:
go get github.com/koron/go-ssdp go get github.com/gorilla/websocket go get github.com/kardianos/osext - Build the binary:
go build xteve.go
go build xteve.go