14 lines
376 B
Markdown
14 lines
376 B
Markdown
== 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](Clib/README.md)
|
|
|
|
=== Others ===
|
|
|
|
==== Debian based system (ubuntu, ...) ====
|
|
To install the fcgi lib on debian, you can use
|
|
> sudo apt-get install libfcgi-dev
|
|
|