Sunday, June 5, 2011

Re: BufReadPost getfsize and scp

On Sun, Jun 5, 2011 at 12:08, John Little <john.b.little@gmail.com> wrote:
> I've been forced into this on Unix and Linux systems, by overly
> conservative admins.  For vim itself, it's quite straightforward.
>
> It gets tricky if you want features (say, gvim) that require libraries
> the system hasn't got; I've been forced to compile and build those
> first, and their dependencies, then tell the vim build where to find
> the headers and libraries.  Can anyone give some pointers for this?

Sounds just like what I have at my work. I build and install into my
home directory my own gvim, with gtk and x11 libraries built from
scratch. Here's my build script
https://github.com/infnty/configs/raw/master/bsd/survival-kit.py, you
may find it useful if you speak python.

There's a lot of useful information about building these libraries and
their dependencies on LFS project site -
http://www.linuxfromscratch.org/blfs/view/svn/index.html.

--
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

No comments: