-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- cloned the repositiory - the 'make clean / make en' instructions didnt work - it complains like this :
/dev/go/hall$ make en
go mod download
go mod vendor
go get -v -o hall -trimpath -tags lang_en -ldflags='-s -w -X "main.BUILDDATE=2022-03-09 07:51:36" -X "main.VERSION=2.2.6"' .
flag provided but not defined: -o
usage: go get [-d] [-t] [-u] [-v] [build flags] [packages]
Run 'go help get' for details.
make: *** [Makefile:12: en] Error 2
- if i just do 'go build' then it builds the hall executable - when i run it though it complains about missing config file :
Hall dev
Mumble Protocol 1.4.0 (Revision 66560)
Built on (not set)
[Coordinator] Using data directory: /home/deer/dev/go/hall/data
[Coordinator] Loading config file
[Coordinator] Unable to open config file (/home/deer/dev/go/hall/config.json): open /home/deer/dev/go/hall/config.json: no such file or directory
There is no example config included in the repository here ?
- you got any idea how many connections this could handle ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels