updated Eiffel libfcgi README file
This commit is contained in:
13
library/server/libfcgi/README.md
Normal file
13
library/server/libfcgi/README.md
Normal 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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user