HTMLDOC may compile and run on other platforms, however we have not tested nor do we provide support for platforms other than those listed previously.
% dselect install htmldoc-version-linux-2.0-intel.deb ENTER
% dselect remove htmldoc ENTER
% rpm -i htmldoc-version-linux-2.0-intel.rpm ENTER
% rpm -e htmldoc ENTER
% gunzip htmldoc-version-platform.tar.gz ENTER % tar xf htmldoc-version-platform.tar ENTER % ./setup ENTERSubstitute the correct version and platform strings as appropriate.
% /etc/software/htmldoc.remove ENTER
Double-click on the HTMLDOC package in the finder and follow the installer prompts.
Secure (https) URL support can be enabled via the OpenSSL library. You should use at least version 0.9.6.
CC
environment
variable to the name and path of your ANSI C compiler:
% setenv CC /path/to/compiler ENTER [C Shell] % CC=/path/to/compiler; export CC ENTER [Bourne/Korn Shell]Similarly, if your C++ compiler is not called CC, gcc, c++, or g++, set the
CXX
environment
variable to the name and path of your C++ compiler:
% setenv CXX /path/to/compiler ENTER [C Shell] % CXX=/path/to/compiler; export CXX ENTER [Bourne/Korn Shell]
Then run the following command to configure HTMLDOC for installation in the default directories:
% ./configure ENTER
The default configuration will install HTMLDOC in the
/usr/bin directory with the data files under
/usr/share/htmldoc and the documentation and on-line help
under /usr/share/doc/htmldoc. Use the --prefix
option to change the installation prefix to /usr/local:
% ./configure --prefix=/usr/local ENTER
If the FLTK library is not installed in a standard location for
your compilers, use the --with-fltk-includes
and
--with-fltk-libs
options to point to the FLTK library:
% ./configure --with-fltk-libs=/path/to/fltk/lib \ --with-fltk-includes=/path/to/fltk ENTER
Finally, if the OpenSSL library is not installed in a standard location for
your compilers, use the --with-openssl-includes
and
--with-openssl-libs
options to point to the OpenSSL library:
% ./configure --with-openssl-libs=/path/to/openssl/lib \ --with-openssl-includes=/path/to/openssl ENTER
% make ENTERIf you get any fatal errors, please subscribe to the HTMLDOC mailing list and send a copy of the make/compiler output to "htmldoc@easysw.com" for assistance. Please note the version of HTMLDOC that you are using as well as any pertinent system information (operating system, OS version, compiler, etc.)
To subscribe to the HTMLDOC mailing list, send a message to "majordomo@easysw.com" with the text:
subscribe htmldocin the message body. You must subscribe to the list to post questions and comments.
% make install ENTER
If you are installing in a restricted directory like /usr then you'll need to be logged in as root.
To install HTMLDOC without InstallShield, create an installation directory and copy the htmldoc.exe executable, the afm directory, the data directory, and the doc directory to it.
Then use the regedit program to create the following two string entries:
HKEY_LOCAL_MACHINE\Software\Easy Software Products\HTMLDOC\data
HKEY_LOCAL_MACHINE\Software\Easy Software Products\HTMLDOC\doc