1
0
forked from MTSR/mapserver
mapserver/doc/building.md
2019-05-08 14:58:48 +02:00

376 B

Building the mapserver

Instructions to build the mapserver from source

Build dependencies

  • go >= 1.11

Ubuntu install: https://github.com/golang/go/wiki/Ubuntu

Compile

Working directory: /server

# generate the static web files
go generate

# build the binary for the current playtform
go build

# (optionally) run the unit-tests
go test ./...