Fix C compilation when using libfcgi connector on OS X (#65)

This commit is contained in:
Olivier Ligot
2013-07-19 18:51:31 +02:00
parent 09f32e7025
commit e8c66fa769
6 changed files with 374 additions and 13 deletions

View File

@@ -1,13 +1,16 @@
== Eiffel libFCGI wrapper library ==
# Eiffel libFCGI wrapper library
This Eiffel library wraps the libFCGI devkit from http://www.fastcgi.com/devkit/libfcgi/
=== Windows ===
## Windows
To compile your own binaries .lib and .dll on __Windows__: [read more](Clib/README.md)
=== Others ===
## Others
==== Debian based system (ubuntu, ...) ====
To install the fcgi lib on debian, you can use
### 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](http://www.macports.org/)
> sudo port install fcgi