docs/src/build.md
Please also see Installation for information about pre-built executables.
You will need to first install Go (this version): please see https://go.dev.
Two-clause BSD license https://github.com/johnkerl/miller/blob/master/LICENSE.txt.
mlr-i.j.k.tar.gz from https://github.com/johnkerl/miller/tags, replacing i.j.k with the desired release, e.g. 6.1.0.tar zxvf mlr-i.j.k.tar.gzcd mlr-i.j.kcd gomake creates the ./mlr (or .\mlr.exe on Windows) executable
make: go build github.com/johnkerl/miller/v6/cmd/mlrmake check runs tests
make: go test github.com/johnkerl/miller/v6/pkg/... and mlr regtestmake install installs the mlr executable and the mlr manpage
go install github.com/johnkerl/miller/v6/cmd/mlr will install to GOPATH/bin/mlrgit clone https://github.com/johnkerl/millermake/go build github.com/johnkerl/miller/v6/cmd/mlr as aboveIf you have any build errors, feel free to open an issue with "New Issue" at https://github.com/johnkerl/miller/issues.
These are necessary to produce the mlr executable.
go.mod and go.sum which you don't need to deal with manually -- the Go build process handles them for usThis documentation pageset is built using https://www.mkdocs.org/. Please see https://github.com/johnkerl/miller/blob/main/docs/README.md for details.