[Embedded linux] 'make menuconfig' requires the ncurses libraries. 오류 해결법
|2018. 10. 8. 15:25
728x90
반응형
make menuconfig 명령어 실행 시 아래와 같은 오류가 발생할 때 해결법
오류 :
'make menuconfig' requires the ncurses libraries.
패키지 설치 :
sudo apt-get install libncurses5-dev
728x90
반응형
'Development & Tools > Tools & Environments' 카테고리의 다른 글
[OpenCV] 라벨링 개념, 객체 카운팅 + 색상 추출 + 라벨링 예제 (0) | 2018.10.22 |
---|---|
[OpenCV] putText 폰트 c++ (0) | 2018.10.18 |
[Embedded linux] 보드에 연결된 Serial Port 부팅 확인 (0) | 2018.10.06 |
[Linux] 리눅스 tar.gz 압축 / 해제 명령어 (0) | 2018.10.05 |
[Embedded linux] 리눅스 기반 Buildroot 를 이용하여 시스템 이미지 생성하기 (0) | 2018.10.05 |