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,6 +1,6 @@
== libFCGI for Eiffel libFCGI wrapper library ==
# libFCGI for Eiffel libFCGI wrapper library
=== On Windows ===
## On Windows
The Eiffel libFCGI wrapper needs a modified version of libFCGI (provided by http://www.fastcgi.com/devkit/libfcgi/)
@@ -12,10 +12,15 @@ And then to build the needed .dll and .lib file, use either:
build_win32.bat
or build_win64.bat
=== On other platorms ===
## On other platorms
You can use the original version of libfcgi
For instance, on Ubuntu (or any debian):
### Debian based system (Ubuntu, ...)
On Ubuntu (or any Debian based system):
> sudo apt-get install libfcgi-dev
### Mac OS X
On Mac OS X:
> sudo port install fcgi