Fix C compilation when using libfcgi connector on OS X (#65)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user