Installation and Setup
[Previous] [Main] [Next]

 
Installation procedures may have changed since this document was produced. For the latest information, refer to the README.TXT document on the distribution diskette.  
 
Windows, OS/2
Run the setup.exe application on the distribution diskette to install the product. The default installation directory is c:\dcmicro\htmlpp  
 
Macintosh
Run the installer program on the distribution diskette.  
 
Unix
The software is packaged as a compressed tar file. To install it:  
 
1. Copy the htmlpp.tar.gz distribution file to a directory on your machine. We recommend /usr/local  
2. Decompress the file using gunzip: gunzip htmlpp.tar.gz  
3. Extract the contents of the htmlpp.tar file: tar -xvf htmlpp.tar  
 
Once completed, the above steps will have installed the html++ package below the current directory as ./dcmicro/htmlpp  
 
Several directories exists below the installation directory. They are:  
 
./examples/   Example application source code and make files  
./include/      #include files for the Library  
./lib/      Linkable version(s) of the Library  
./source/      Library source code (optional)  
 
The linkable libraries are named according to the particular operating system. They are always of the form libhtmlpp_XXX where XXX indicates the operating system. For example, consider the following:  
 
libhtmlpp_linux.a      Static library for Linux  
libhtmlpp_irix6.2.a   Static library for Irix 6.2  
libhtmlpp_irix6.2-n32.a   Static library for Irix 6.2 with -n32 compile flag  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.