From 45166ddcd28386a3d5266432ca8604f63824f727 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 12 Oct 2019 11:16:16 -0400 Subject: [PATCH] build instructions --- docs/honk.8 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/honk.8 b/docs/honk.8 index 7b15955..9e19c20 100644 --- a/docs/honk.8 +++ b/docs/honk.8 @@ -37,6 +37,18 @@ Make sure to pass the Host header, if necessary (as for nginx). .Bd -literal -offset indent proxy_set_header Host $http_host; .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 Run the .Ic init