| 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
|
|
|
| |