OpenResearchInstitute / ka9q-sdr

Package containing several modules including the multicast IP stereo field manager
GNU General Public License v3.0
21 stars 9 forks source link

Depends on libncurses too #2

Closed MustBeArt closed 6 years ago

MustBeArt commented 6 years ago

On Raspbian I had to

sudo apt-get install libncurses5-dev

to satisfy a dependency on ncurses.h found in display.c

jschiefer commented 6 years ago

I just merged a change that adds libncurses5-dev as a dependency in the former dependency file, which I renamed to INSTALLING.md in #3.

Could you please verify whether these instructions are now correct for Raspbian?

ka9q commented 6 years ago

I've added that to the documentation. I suggest installing both libncurses5-dev and libncursesw5-dev. The latter supports 'wide' (Unicode) characters, which I use in a few help files to display graphics for special keyboard keys, e.g., in the 'monitor' program.