updated Eiffel libfcgi README file

This commit is contained in:
Jocelyn Fiat
2011-11-21 17:43:02 +01:00
parent 612915c918
commit 03d9c3785c
2 changed files with 13 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
== 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

View File

@@ -1,7 +0,0 @@
To compile your own binaries .lib and .dll on Windows
please get the source from
https://github.com/EiffelSoftware/libfcgi
git repository:
git clone https://github.com/EiffelSoftware/libfcgi.git