カーネルを構成しようとして、次のエラーが表示されました。誰かが私にすべきことを教えてもらえますか?
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