开发者

What terminal library could be used in cygwin?

开发者 https://www.devze.com 2023-04-03 04:35 出处:网络
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?Yo

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

精彩评论

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