Added scripts to help building the libfcgi.dll and .lib from modified source of libfcgi
Extracted into "libfcgi" only the files needed to compile the Windows .dll and .lib
This commit is contained in:
21
library/server/libfcgi/Clib/README.md
Normal file
21
library/server/libfcgi/Clib/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
== libFCGI for Eiffel libFCGI wrapper library ==
|
||||
|
||||
=== On Windows ===
|
||||
|
||||
The Eiffel libFCGI wrapper needs a modified version of libFCGI (provided by http://www.fastcgi.com/devkit/libfcgi/)
|
||||
|
||||
To get the full source code:
|
||||
rd /q/s libfcgi
|
||||
git clone https://github.com/EiffelSoftware/libfcgi libfcgi
|
||||
|
||||
And then to build the needed .dll and .lib file, use either:
|
||||
build_win32.bat
|
||||
or build_win64.bat
|
||||
|
||||
=== On other platorms ===
|
||||
|
||||
You can use the original version of libfcgi
|
||||
|
||||
For instance, on Ubuntu (or any debian):
|
||||
> sudo apt-get install libfcgi-dev
|
||||
|
||||
Reference in New Issue
Block a user