-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support for Termux #163
Comments
It looks like there errors stem from The |
Thank you for the information and for looking into this issue. I understand that the errors with compiling As you suggested, one possible solution would be to disable the remote shell functionality on the Android platform for Termux, which may help resolve the compilation issues. I think this would be a great idea, as it would enable If you could provide a build of |
It looks like someone created and merged a package for you that compiles distant for termux: termux/termux-packages#15610. I'll make a note of the changes required to get it to compile and incorporate those eventually, but seems like you're unblocked for now. |
you make a great job @chipsenkbeil |
I am encountering issues when building crates in Termux, as rustup
stable-aarch64-linux-android
is not fully supported in this environment. I think it would be helpful ifdistant.nvim
could add support for Termux, as this would enable users to easily use remote Rust development features from their Android devices.Specifically, I have encountered issues.
TERMUX
termux
is an android app that emulates Linux functionality. It has a package manager (similar to Debian apt) and many applications. However, it does not have the distant binary in Termux.Thank you for your consideration.
https://github.com/chipsenkbeil/distant.nvim/issues/83
The text was updated successfully, but these errors were encountered: