diff --git a/library/server/libfcgi/README.md b/library/server/libfcgi/README.md new file mode 100644 index 00000000..09f769b8 --- /dev/null +++ b/library/server/libfcgi/README.md @@ -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 + diff --git a/library/server/libfcgi/README.txt b/library/server/libfcgi/README.txt deleted file mode 100644 index 046d354f..00000000 --- a/library/server/libfcgi/README.txt +++ /dev/null @@ -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 \ No newline at end of file