Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Android

Buck Evan edited this page Mar 18, 2018 · 14 revisions

Using brew under Termux

Note: This is a work in progress! (March 2018)

For background, see https://github.com/Linuxbrew/brew/issues/598 and https://github.com/Linuxbrew/brew/pull/621

export HOMEBREW_TEMP=/data/data/com.termux/files/usr/tmp
export HOMEBREW_NO_AUTO_UPDATE=1
ln -s /data/data/com.termux/files/usr/bin/* ~/.linuxbrew/bin/
ln -s /data/data/com.termux/files/usr/bin/applets/* ~/.linuxbrew/bin/
ln -s /data/data/com.termux/files/usr/lib/* ~/.linuxbrew/lib/

A log of previous (fixed?) issues is here: https://docs.google.com/document/d/1FNMnPTKIrXkloFFoHtTXZl2yAgvXm4G-0hHAd0RbLVY/edit#heading=h.mkvoio42su01

Clone this wiki locally