summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2014-08-18 13:27:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2014-08-18 13:27:47 +0000
commit9db097d0fa3580b6949e4da3455438f64cf21525 (patch)
tree6ed8418da5305e078a3ea49b79e4dd3a1345a84a /INSTALL
parenta85c2bafa990fdb5b501994d2144372b0a789395 (diff)
downloadmandoc-9db097d0fa3580b6949e4da3455438f64cf21525.tar.gz
Notes on CGI: installation (readying cgi.h) and future plans.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bf75c0a3..9b278c1a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -42,7 +42,8 @@ system, please consult your operating system documentation.
To install mandoc manually, the following steps are needed:
1. If you want to build the CGI program, man.cgi(8), too, run the
-command "echo BUILD_CGI=1 > configure.local".
+command "echo BUILD_CGI=1 > configure.local". Then run "cp
+cgi.h.examples cgi.h" and edit cgi.h as desired.
2. Run "./configure".
This script attempts autoconfiguration of mandoc for your system.