Skip to content

Instantly share code, notes, and snippets.

@fakuivan
Created July 17, 2022 04:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakuivan/d777f1a14586dc588e70e4eb0cd0b3c2 to your computer and use it in GitHub Desktop.
Save fakuivan/d777f1a14586dc588e70e4eb0cd0b3c2 to your computer and use it in GitHub Desktop.
Install Magic Wormhole on Termux
# 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