ฉันพยายามกำหนดค่าเคอร์เนลและฉันได้รับข้อผิดพลาดดังต่อไปนี้ มีคนช่วยบอกฉันว่าฉันควรทำอย่างไร
root@nitr-desktop:/usr/src/linux# make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
7
ลองติดตั้ง libncurses5 ครั้งแรก: sudo apt-get install libncurses5-dev
—
smile