![]() |
Home | Libraries | People | FAQ | More |
This section of the documentation is probably best read before the tutorial. In a nutshell, this is a quick and dirty run-through of how to get and install the library and configure your server.
“FSCGI"” is a header-only library, but it relies on Boost.System, which for now should be built.
Boost-related elements can be downloaded from the Boost download site at sourceforge, located here.
![]() |
Note |
|---|---|
"invoking |
Table 1.2. What you need
|
Element |
Optional? |
Instructions |
|---|---|---|
|
Boost.Jam - |
No |
Download 'Boost.Jam' (precompiled versions are highly recommended) and make it accessible to your system's PATH. |
|
Boost.System |
No |
1. Download the latest Boost distro, 'boost'. 2. Set the environment variable BOOST_ROOT on your system to the download location.
3. Go to the directory BOOST_ROOT and invoke |
|
Documentation |
Yes |
These are built by going to the libs/cgi/doc directory and invoking
|
|
Unit tests |
Yes |
Tests can be run by going to the libs/cgi/test directory and invoking
|
|
Examples |
Yes |
There are some examples provided with the library in the |
![]() |
Note |
|---|---|
Setting up server's for use with the library can be tricky, especially when using FastCGI. Concise links to guides on other sites is probably the way this section will go, perhaps with some basic outlines of ways to test it. |
Under construction