-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cross-compilation instructions are confusing #28
Comments
Which variant did you try? The |
whatever the example repo uses. |
The template repository uses the At the weekend I will try to convert the template repo to the Docker build and add SSL support to the example. |
i tried following the steps described in the docker toolchain section. |
I updated the template repo with with screen and reqwest support. The build process should work on Windows 11 with Docker Desktop (WSL 2 backend) and powershell. |
I am trying to get HTTP and TCP connections working with the ev3dev rust langauge.
I have run into the error
error: failed to run custom build command for
openssl-sys v0.9.99when using
reqwest` crate.i have tried to follow the cross-compilation instructions. but to me they are very confusing.
could someone help me understand.
The text was updated successfully, but these errors were encountered: