Files
p2p-rendering-computation/Docs/android-setup.txt
2025-05-02 22:47:15 +01:00

15 lines
328 B
Plaintext

This is a temporary android setup instruction:
1. Instruction to run from ADB with termux
'''
run-as com.termux files/usr/bin/bash -lic 'export PATH=/data/data/com.termux/files/usr/bin:$PATH; export LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so; bash -i'
'''
2. Install golang
'''
pkg install golang
'''