From 50dc7bb79af62b819648c67c5ccd33b3470e626c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 21:41:36 -0500 Subject: Add Haunt manual. --- manuals/haunt/Building.html | 82 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 manuals/haunt/Building.html (limited to 'manuals/haunt/Building.html') diff --git a/manuals/haunt/Building.html b/manuals/haunt/Building.html new file mode 100644 index 0000000..e79a3df --- /dev/null +++ b/manuals/haunt/Building.html @@ -0,0 +1,82 @@ + + + + + + +Building (Haunt Reference Manual) + + + + + + + + + + + + + + + + + + + +
+

+Previous: , Up: Installation   [Contents][Index]

+
+
+ +

2.3 Building

+ +

Haunt uses the standard GNU build system, so the basic installation +procedure looks like this: +

+
+
./configure
+make
+make install
+
+ + + + + + -- cgit v1.2.3