ciao-lang / ciao

Ciao is a modern Prolog implementation that builds up from a logic-based simple kernel designed to be portable, extensible, and modular.
https://ciao-lang.org
GNU Lesser General Public License v3.0
268 stars 20 forks source link

Termux install dependency missing in doc #82

Closed hansderhase closed 6 months ago

hansderhase commented 1 year ago

This is probably an easy one :-)

I just followed the installation description in https://github.com/ciao-lang/ciao/blob/master/core/INSTALLATION resp. http://ciao-lang.org/ciao/build/doc/ciao.html/Install.html to install Ciao on a fresh Termux installation.

Noticed that the network installation broke with missing "ar". So I installed binutils with "pkg install binutils" and it worked.

Seems that binutils should also be added to the dependencies installation.

jfmc commented 6 months ago

Thanks! Adding this to the installation instructions (it will be visible soon).