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
It's expected, the uplink-sys crate build script only targets UNIX systems and the uplink crate requires building the uplink-sys.
The uplink-sys README mentions how to build in Linux and OSX, hence, I think that we should clarify it in the README that other platforms may not work and platforms that aren't of the UNIX family don't work.
There is a discussion about if we should include the compiled uplink-c library objects of several operative systems and not require Go to be installed for the most used Operative systems (Linux, OSX, and Windows). In my comment, I mentioned that we should change the build.rs script of the uplink-sys crate to make it work.
Hi,
I'm trying to use this crate in a windows environment, however the build fails due to the missing commands like "cp"
The text was updated successfully, but these errors were encountered: