hughperkins / coriander

Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Apache License 2.0
842 stars 88 forks source link

Cannot find -ltinfo #57

Closed bean710 closed 6 years ago

bean710 commented 6 years ago

During installation (running install_distro.py) I get the following error:

https://gist.github.com/anonymous/eb8ee11cb12058863a903eeecd23cf74

I am running the latest Ubuntu

Edit: Fixed. It seems that I was missing some library. I fixed using: sudo apt-get install libtinfo-dev