|
Unix
| [Previous] [Main] [Next] |
|
| |
| To compile an html++ application, create a makefile or a project file for your compiler. Be sure to specify the correct location of the libhtmlpp.a library file and the html++ include files.
| |
|
| |
| You can also invoke the compiler from a command-line as below (GNU C++ on BSDI Unix):
| |
|
| |
| g++ yourapp.cpp /usr/local/dcmicro/htmlpp/lib/libhtmlpp.a
| |
| -I/usr/local/dcmicro/htmlpp/include -o yourapp
| |
|
| |
| Be sure to #include the "htmlpp.h" header file in your source code.
| |
|
| |
