Created
July 17, 2022 04:16
-
-
Save fakuivan/d777f1a14586dc588e70e4eb0cd0b3c2 to your computer and use it in GitHub Desktop.
Install Magic Wormhole on Termux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: https://www.reddit.com/r/termux/comments/ubtuua/hi_i_need_help_with_this_problem_any_ideas/ | |
# binutils and libsodium are required to build pynacl | |
# while rust is required to build cryptography | |
pkg install python rust libsodium binutils | |
export CARGO_BUILD_TARGET=aarch64-linux-android | |
pip install magic-wormhole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment