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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
<html>
<body>
<!-- FOOTER RIGHT "1-$CHAPTERPAGE" -->
<div align='justify'>
<h1 align='right'><a name='INSTALL'>Chapter 1 - Installing
HTMLDOC</a></h1>
<p>This chapter describes the steps needed to install the
commercial version of HTMLDOC on your system. If you are
installing HTMLDOC from source code, please see <a
href='#COMPILE'>Appendix D, Compiling HTMLDOC from
Source</a>.</p>
<h2>Requirements</h2>
<p>HTMLDOC requires approximately 4MB of disk space and one of
the following environments:</p>
<ul>
<li>Microsoft Windows<sup>®</sup> 2000 or higher</li>
<li>MacOS<sup>®</sup> X 10.2 or higher</li>
<li>Linux<sup>®</sup> 2.4 or higher</li>
<li>Solaris<sup>®</sup> 7 or higher</li>
</ul>
<p>HTMLDOC may run on other platforms, however we do not provide
packages for platforms other than those listed.</p>
<h2>Installing HTMLDOC</h2>
<p>The following instructions describe how to install the
HTMLDOC software on your system.</p>
<h3>Installing HTMLDOC on Microsoft Windows</h3>
<p>HTMLDOC is provided as a Microsoft installer file under
Windows. Insert the CD or double-click on the <var>htmldoc</var>
icon in the <var>Explorer</var> window to install HTMLDOC under
Windows using the Microsoft software installation wizard (Figure
1-1).</p>
<p align='center'><img src='htmldoc-fig11.png' alt='The software installation wizard'/><br />
<i>Figure 1-1: The Microsoft software installation wizard</i></p>
<h3>Installing HTMLDOC on MacOS X</h3>
<p>Double-click on the <var>Install</var> icon in the
<var>Finder</var> window to start the software
installation wizard (Figure 1-2) and follow the installer
prompts.</p>
<p align='center'><img src='htmldoc-fig12.png' alt='The software installation wizard'/><br />
<i>Figure 1-2: The software installation wizard</i></p>
<h3>Installing HTMLDOC on Linux</h3>
<p>Double-click on the
<var>htmldoc-linux-intel.rpm</var> icon or run the
following command to install HTMLDOC on Linux:</p>
<pre>
<kbd>rpm -i htmldoc-linux-intel.rpm ENTER</kbd>
</pre>
<h3>Installing HTMLDOC on Solaris</h3>
<p>Run the following command to install HTMLDOC on Solaris SPARC:</p>
<pre>
<kbd>pkgadd -d htmldoc-solaris-sparc.pkg ENTER</kbd>
</pre>
<p>Run the following command to install HTMLDOC on Solaris Intel:</p>
<pre>
<kbd>pkgadd -d htmldoc-solaris-intel.pkg ENTER</kbd>
</pre>
<h2>Licensing HTMLDOC</h2>
<p>Before you can use HTMLDOC, you must license it. When you first run
HTMLDOC, the license dialog (Figure 1-3) will appear.</p>
<p align='center'><img src='htmldoc-fig13.png'><br />
<i>Figure 1-3 - The HTMLDOC License Dialog</i></p>
<p>Click on the <var>Update License</var> button to show the
license manager window (Figure 1-4).</p>
<p align='center'><img src='htmldoc-fig14.png'><br />
<i>Figure 1-4 - The HTMLDOC License Dialog</i></p>
<p>Enter the license key that was emailed to you or came on the
inside of the HTMLDOC CD-ROM case and click on the <var>OK</var>
button. Click on the <var>Close</var> button to start using the
software.</p>
<h2>Uninstalling HTMLDOC</h2>
<p>The following instructions describe how to remove the HTMLDOC
software from your system.</p>
<h3>Uninstalling HTMLDOC on Microsoft Windows</h3>
<p>Open the Control Panel window and double-click on the
<var>Add/Remove Software</var> icon. When the available software
list is displayed, select HTMLDOC and click on the
<var>Remove</var> button.</p>
<h3>Uninstalling HTMLDOC on MacOS X</h3>
<p>Double-click on the <var>Uninstall</var> icon in the
<var>Finder</var> and follow the prompts.</p>
<h3>Uninstalling HTMLDOC on Linux</h3>
<p>Run the following command to remove HTMLDOC from your Linux
system:</p>
<pre>
% <kbd>rpm -e htmldoc ENTER</kbd>
</pre>
<h3>Uninstalling HTMLDOC on Solaris</h3>
<p>Run the following command to remove HTMLDOC from Solaris:</p>
<pre>
% <kbd>pkgrm htmldoc ENTER</kbd>
</pre>
</div>
</body>
</html>
|