An easy way to (build and) install Luvit into Termux
Run this code below:
curl -LO https://gist.github.com/UrNightmaree/7f25b518e3ce22f7abe4d1bb11001628/raw/d467b2563aab906b45a66fa6c7bf172b23b1b5d7/install-luvit-for-termux.sh
# wget is also works if you don't want to use curl
bash install-luvit-for-termux.sh
Or use the unsafe method:
curl -Lo- https://gist.github.com/UrNightmaree/7f25b518e3ce22f7abe4d1bb11001628/raw/d467b2563aab906b45a66fa6c7bf172b23b1b5d7/install-luvit-for-termux.sh | bash
After that, there should be luvit
, luvi
and lit
binary in your current path ($PWD
or output of pwd
). You just need to put it into $PATH
(recommended add $HOME/.local/bin
into $PATH
and put the binaries into $HOME/.local/bin
)