From d3a9ba4ebea136fae676911148509ec3f729abbc Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 24 Apr 2016 15:26:44 -0400 Subject: website: Add copy of HTML manual. --- website/manual/Building.html | 83 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 website/manual/Building.html (limited to 'website/manual/Building.html') diff --git a/website/manual/Building.html b/website/manual/Building.html new file mode 100644 index 0000000..1f29de8 --- /dev/null +++ b/website/manual/Building.html @@ -0,0 +1,83 @@ + + + + + +Haunt Reference Manual: Building + + + + + + + + + + + + + + + + + + + + +
+

+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