본문 바로가기

Embedded/ODROID-X2

menuconfig(xconfig)가 실행되지 않을 때

menuconfig가 실행되지 않을 때에는 library를 추가로 설치해 줘야 한다.


* Text mode *

$ sudo apt-get install build-essential git libncurses5-dev

$ make menuconfig


* Graphical mode *

$ sudo apt-get install build-essential git qt4-dev-tools

$ make xconfig