什么终端库可以在cygwin中使用? [英] What terminal library could be used in cygwin?

查看:225
本文介绍了什么终端库可以在cygwin中使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Cygwin编译Vim,但是configure脚本告诉我Cygwin环境中没有终端库。

I am using Cygwin to compile Vim, but the configure script tells me that there is no terminal library in the Cygwin environment. Which terminal library could be installed in Cypwin?

推荐答案

您可以安装 ncurses 在Cygwin中。

You can install ncurses in Cygwin.

(您也可以安装 vim ;我认为您有理由从源代码而不是使用提供的版本。)

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

我刚刚在Cygwin下安装了vim 7.3。这是我做的(约):

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


  • 下载 vim-7.3.tar.bz2

  • tar xf vim-7.3。 tar.bz2

  • cd vim73

  • ./ configure --prefix = / path / to / installation /目录

  • make

  • make install

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

这篇关于什么终端库可以在cygwin中使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆