decker-edu / decker

A markdown based tool for slide deck creation.
GNU General Public License v3.0
60 stars 15 forks source link

Linux: hspec-core needs libtinfo-dev #28

Closed salbeira closed 1 year ago

salbeira commented 1 year ago

Building on Linux fails if libtinfo-dev is not installed as hspec-core requires it to be successfully linked. It should be added to the library dependency list.

libtinfo seems to be a transitional package for ncurses with the hint on the debian info page "that it can be savely removed" - might be that maintained distributions and linux installations will not have this installed by default anymore.

salbeira commented 1 year ago

This was already solved in master but not backported to develop.