You need to install a terminal library; for example ncurses.

2188 단어
no terminal library found
checking for tgetent()… configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with –with-tlib.

ncurses는 비교적 오래된 라이브러리이다
해결 방법:
sudo apt-get install libncurses5-dev

1. 홈페이지에서 vim-7.3을 다운로드한다.tar.가방
 
2. 터미널을 열고 명령줄로 압축을 풀고 입력
tar jxf vim-7.3.tar.bz2

현재 디렉터리에vim73 폴더가 생성됩니다
 
3. 터미널에서 계속 입력
cd vim73
cd src
./configure

앞의 몇 단계를 거치면/vim73/src 디렉터리에 MakeFile 파일이 생성됩니다
 
4./src 디렉토리에 입력
sudo make
sudo make install

이 단계를 완성하면 컴파일, 설치가 완성된다
참고: make 과정에서 다음과 같은 문제가 발생할 수 있습니다.
no terminal library found
checking for tgetent()… configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with –with-tlib.

ncurses는 비교적 오래된 라이브러리이다
해결 방법:
sudo apt-get install libncurses5-dev

 
5. 다시 입력
sudo apt-get install vim-gnome

이 때/src 디렉터리에vim를 입력하면 들어갈 수 있습니다. 경로를 수정해야 합니다.
 
6. 환경 변수에 소프트웨어 위치 추가
PATH=$PATH:/usr/local/bin

이렇게 터미널을 열고 vim를 입력하면 바로 들어갈 수 있습니다.

좋은 웹페이지 즐겨찾기