summaryrefslogtreecommitdiff
path: root/doc/building.htm
blob: 69814a6628753a43b6cf86fdac71794f26c2fd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>

<head>
<meta name="GENERATOR" content="vim">
<title>viDOOM - Free Software DOOM editor</title>
</head>

<body>

<h1 align="center">Building</h1>

<p>This part of the documentation simply expands <u>slightly</u>
on the contents of the README in the source distribution.</p>

<hr>

<h2>Notes</h2>

<p>Note that the viDOOM makefile expects the <strong>include</strong>
command to be honoured.</p>

<hr>

<h2>Instructions</h2>

<h3>Step 1</h3>

<p>Edit the makefile.</p>

<h3>Step 2</h3>

<p>Change the following line to the name of your platform:</p>

<blockquote>
    <p><tt>MAKEPLAT=djgpp</tt></p>
</blockquote>

<p>The following platforms are currently supported:</p>

<blockquote>
    <p><strong>DJGPP - </strong>Protected-mode 32-bit MSDOS
    (Windows 9x / MSDOS + DPMI)</p>
</blockquote>

<h3>Step 3</h3>

<p>If you are going to use the install script, then update the
following line:</p>

<blockquote>
    <p><tt>INSTALLDIR=C:/viDOOM</tt></p>
</blockquote>

<p>so it points to the directory where you wish it to be
installed.</p>

<h3>Step 4</h3>

<p>Set the MKDS to the directory separator for this platform.
This is used so that the makefile can safely access
sub directories:</p>

<blockquote>
    <p><tt>MKDS=/</tt></p>
</blockquote>

<h3>Step 5</h3>

<p>If you wish to build the debug version remove the comment
(hash character - #) from the start of the following line:</p>

<blockquote>
    <p><tt>DEBUG=-DDEBUG</tt></p>
</blockquote>

<h3>Step 6</h3>

<p>To make viDOOM simply invoke the make program for your system.
To install viDOOM invoke the make program for your system,
telling it to build the rule <strong>install</strong>.</p>

<hr width="99%">

<p><a href="index.htm">Back to the index</a></p>

<p><tt>$Id: building.htm,v 1.5 2000/08/13 00:35:59 dosuser Exp dosuser $ </tt></p>
</body>
</html>