Files
EWF/library/server/libfcgi
Jocelyn Fiat f8ba741aa2 Using -lfcgi as external linker flag, rather than /usr/lib/libfcgi.so .
Note on Ubuntu: apt-get install libfcgi-dev
2016-05-31 18:51:15 +02:00
..

Eiffel libFCGI wrapper library

This Eiffel library wraps the libFCGI devkit from http://www.fastcgi.com/devkit/libfcgi/

Windows

To compile your own binaries .lib and .dll on Windows: read more

Others

Debian based system (ubuntu, ...)

To install the fcgi lib on Ubuntu (or any Debian based system), you can use

sudo apt-get install libfcgi-dev

Mac OS X

To install the fcgi lib on Mac OS X, you can use MacPorts

sudo port install fcgi