build instructions

This commit is contained in:
Ted Unangst 2019-10-12 11:16:16 -04:00
parent acb7e3ec0d
commit 45166ddcd2
1 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,18 @@ Make sure to pass the Host header, if necessary (as for nginx).
.Bd -literal -offset indent .Bd -literal -offset indent
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
.Ed .Ed
.Ss BUID
Building
.Nm
requires a go compiler and libsqlite.
On
.Ox
this is the go and sqlite3 packages.
Other platforms may require additional development libraries or headers
to be installed.
Run make.
Please be patient.
Even on fast machines, building from source can take several seconds.
.Ss INIT .Ss INIT
Run the Run the
.Ic init .Ic init