Hi Nehal, > I'm having issues with pil21 installation on termux despite having all > prerequisite libs installed for compilation. > > Does anyone have complete steps of installation with cmake?
No idea about cmake, but this worked for me on Termux: $ apt install make clang llvm readline libffi openssl pkg-config $ curl -Os https://software-lab.de/pil21.tgz $ tar xfz pil21.tgz $ cd pil21 $ (cd src; make) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe