執行make menuconfig出現“Unable to findthe ncurses libraries”的解決方法

更新Ubuntu的內核時,執行make menuconfig出現如下錯誤:

---------------------------------------------------------------------------------------

*** Unable to findthe ncurses libraries or the

*** required headerfiles.

*** ‘make menuconfig’ requires the ncurses libraries.

***

*** Install ncurses(ncurses-devel) and try again.

---------------------------------------------------------------------------------------


解決辦法:

執行如下命令:

---------------------------------------------

sudo apt-get install ncurses-dev

---------------------------------------------

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章