Sunday, June 24, 2018

Re: "best" terminal library for vim

On Sa, 23 Jun 2018, tuxic@posteo.de wrote:

> Hi,
>
> currently I am setting up a Raspberry Pi Zero W for being used
> as "commandline server" ;)
> As on nearly all new systems one of the first application I install
> is vim with sources from the repository.
>
> The configure stage did not find a terminal library on the system
> (which is kinda weird, since Midnight commander is installed ...
> and it looks like it would also need such a lib...)
>
> As I have the free choice now...:
>
> The Raspberry Pi Zero W has 512Mbyte of RAM. I am connected
> via ssh mt terminal is able to display colors.
>
> What library is "the best one"?

I guess you need something like (this is on debian):

#v+
~$ apt-cache showsrc vim |grep "^Build-Depends"
Build-Depends: autoconf, debhelper (>= 11~), dpkg-dev (>= 1.18.8),
libacl1-dev, libgpmg1-dev [linux-any], libgtk-3-dev, libgtk2.0-dev,
liblua5.2-dev, libperl-dev, libselinux1-dev [linux-any],
libtinfo-dev | libncurses5-dev, libxaw7-dev, libxpm-dev, libxt-dev,
lua5.2, python3-dev, ruby, ruby-dev, tcl-dev
Build-Depends-Indep: docbook-utils, docbook-xml, ghostscript, pdf2svg
~$
#v-

Not sure what you mean with terminal library, but I guess you need
either libtinfo-dev or libncurses5-dev

Which one is better, I don't know and most likely depends on your
definition of better. Note, these are needed only for compilation, not
for the installed packages.

Best,
Christian
--
Zur sinnlichen Liebe ist bei den meisten leicht zu gelangen; aber
schwer bei wenigen ist die rechte zu erwerben.
-- Jean Paul

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: