Tôi đã cố gắng cấu hình kernel và tôi đã gặp lỗi sau. Ai đó có thể vui lòng cho tôi biết tôi nên làm gì không?
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
Hãy thử cài đặt libncurses5 đầu tiên: sudo apt-get install libncurses5-dev
—
smile