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
wasn't especially useful, because the failure to build plist_plus was the first error I encountered and therefore tried to fix, but plist_plus doesn't actually provide any instructions.
The required steps to fix the build on my Ubuntu 22.04 machine were:
Install the libimobiledevice build dependencies as explained in cargo build has errors #23 (comment) (though I skipped libimobiledevice-glue-dev which is apparently not yet available in Ubuntu 22.04, but also not required yet)
While attempting to build
netmuxd
withcargo build
, I stumbled over both #31 and #23. The current instruction:wasn't especially useful, because the failure to build
plist_plus
was the first error I encountered and therefore tried to fix, but plist_plus doesn't actually provide any instructions.The required steps to fix the build on my Ubuntu 22.04 machine were:
libimobiledevice-glue-dev
which is apparently not yet available in Ubuntu 22.04, but also not required yet)cargo build --bin netmuxd
instead ofcargo build
as explained in cargo build Error:unresolved importrusb
#31 (comment)The text was updated successfully, but these errors were encountered: