I 'm back here.
I learn how to build Nim-1.4.8 on termux
wget https://nim-lang.org/download/nim-1.4.8.tar.xz
tar -vxf nim-1.4.8.tar.xz
cd nim-1.4.8
sh build.sh --os android
bin/nim c koch
./koch boot -d:release
./koch tools
Runbut I don't know how to built nighty version on termux. Is there a good tutorial about building nighty version from source file of Nim on Termux ?
