开发者

What terminal library could be used in cygwin?

I am using Cygwin to compile Vim, but the configure script tells me that there is no termin开发者_如何学JAVAal library in the Cygwin environment. Which terminal library could be installed in Cypwin?


You can install ncurses in Cygwin.

(You can also install vim; I presume you have a reason to build it from source rather than using the provided version.)

I just installed vim 7.3 under Cygwin. Here's what I did (approximately):

  • Download vim-7.3.tar.bz2
  • tar xf vim-7.3.tar.bz2
  • cd vim73
  • ./configure --prefix=/path/to/installation/directory
  • make
  • make install
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜