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
The compare50 project seems really cool! I saw that there was windows support using WSL, but I was wondering if it would be possible to support windows more natively.
Are there are any dependencies that really depend on POSIX? I see that the lib50 library uses termios, and that's where things (first) break on windows for me. Do you know if there are other dependencies besides that one that make this impossible to run directly on Windows?
My thought is that the functionality provided by that library might be either inlineable or made optional, so that it would be easier for those of us trying to use this on Windows. Depending on how many dependencies we're looking at, and if there was interest from the devs, I would be willing to make an attempt at a PR. Is this something that would be potentially of value?
The text was updated successfully, but these errors were encountered:
The
compare50
project seems really cool! I saw that there was windows support using WSL, but I was wondering if it would be possible to support windows more natively.Are there are any dependencies that really depend on POSIX? I see that the
lib50
library usestermios
, and that's where things (first) break on windows for me. Do you know if there are other dependencies besides that one that make this impossible to run directly on Windows?My thought is that the functionality provided by that library might be either inlineable or made optional, so that it would be easier for those of us trying to use this on Windows. Depending on how many dependencies we're looking at, and if there was interest from the devs, I would be willing to make an attempt at a PR. Is this something that would be potentially of value?
The text was updated successfully, but these errors were encountered: