Skip to content

a few questions #1

@robertnax

Description

@robertnax
  1. 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
  1. 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 ?

  1. you got any idea how many connections this could handle ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions