You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to install within Termux which has an entire userspace root at a relatively arbitrary location (due to android filesystem layout). So /opt is not writable and needs to be "$PREFIX/opt" instead. The guide says it requires hard coding the install path to /opt/wonderful which means it wouldn't work on Termux.
How difficult is it to remove all /opt/wonderful references? I know #33 briefly mentions it.
I'd like to install within Termux which has an entire userspace root at a relatively arbitrary location (due to android filesystem layout). So
/optis not writable and needs to be"$PREFIX/opt"instead. The guide says it requires hard coding the install path to/opt/wonderfulwhich means it wouldn't work on Termux.How difficult is it to remove all
/opt/wonderfulreferences? I know #33 briefly mentions it.