/usr/bin/ld: -lncurses not found collect2: error: ld returned 1 exit status error: command 'gcc' failed with exit status 1
It was solved by the following command.
sudo apt-get install libncurses5-dev
Recommended Posts