CGIRef source code for the library | Actual source code to create libcgiref.a |
CGIRef Header file | Include file for the library. |
Test Programs | Programs to call from a form to debug CGI apps. |
Example program source code | Examples to familiarize you with CGIRef. |
HTML Documentation | Documentation for CGIRef. |
IF you have built the static libs (the default), then copy the header file, cgiref.h, to the /usr/include directory, and copy the libcgiref.a file from the ./bin directory to the /usr/lib directory.
OTHERWISE, you have built the shared libs. In that case, copy the include as above, but copy the libcgiref.so file from the ./bin directory to the /lib directory.
Now you need to copy the test executables. They will be in the ./bin
directory. Copy them to your cgi-bin directory (wherever that is, it varies
from system to system). These can usually be access by an URL like:
http://hostname.domain.com/cgibin/testpage.cgi
For Visual C++ just include CGIREF.LIB (or CGIREFIMPORT.LIB) on the linker command line.
NOTE: Be sure and delete the test executables from any CGI directories before you go live with your site! These programs(and others like them) provide detailed information about your web server's environment, and as such should only be used in a testing or lab environment.