You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Microsoft's vcpkg, you can easily compile code under windows, linux, osx, just use vcpkg install fastcgi: x64-windows
In order to make it compile, I modified the libfcgi.mak file to support compilation under x64 and uwp, and modified acinclude.m4 so that it does not report an error under linux.
I have submitted a PR 7824 to microsoft/vcpkg,
Code changes, I also submitted a PR #40 to the code base, please see if it is worth merging
The text was updated successfully, but these errors were encountered:
Using Microsoft's vcpkg, you can easily compile code under windows, linux, osx, just use vcpkg install fastcgi: x64-windows
In order to make it compile, I modified the libfcgi.mak file to support compilation under x64 and uwp, and modified acinclude.m4 so that it does not report an error under linux.
I have submitted a PR 7824 to microsoft/vcpkg,
Code changes, I also submitted a PR #40 to the code base, please see if it is worth merging
The text was updated successfully, but these errors were encountered: