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
This is a community issue, anyone is welcome to pick it up.
Flow's native libary is written in C and aims to be portable by only using the standard POSIX API. However, since Windows does not provide support for the API, flow currently cannot be compiled for it.
Resolving this issue would require an additional native implementation, similar to the current posix one.
A potential starting point is provided here. Essentially, all that is required is an implementation of flow.h.
Please feel free to comment here or ask on the chat. Any help on providing Windows support out-of-the-box is greatly appreciated!
The text was updated successfully, but these errors were encountered:
This is a community issue, anyone is welcome to pick it up.
Flow's native libary is written in C and aims to be portable by only using the standard POSIX API. However, since Windows does not provide support for the API, flow currently cannot be compiled for it.
Resolving this issue would require an additional native implementation, similar to the current posix one.
A potential starting point is provided here. Essentially, all that is required is an implementation of flow.h.
Please feel free to comment here or ask on the chat. Any help on providing Windows support out-of-the-box is greatly appreciated!
The text was updated successfully, but these errors were encountered: