Building/Installing Dendrite
Dendrite has numerous utility commands in addition to the actual server binaries. Build them all from the root of the source repo with:
The resulting binaries will be placed in the bin subfolder.
Installing Dendrite
Section titled “Installing Dendrite”You can install the Dendrite binary into $GOPATH/bin by using go install:
Alternatively, you can specify a custom path for the binary to be written to using go build: