Build Vim in Windows with Cygwin
From Vim Tips Wiki
Tip 531 • Previous Tip • Next Tip
Created: August 16, 2003 Complexity: basic Author: maxiangjiang Minimum version: 6.0 Karma: 26/12 Imported from: Tip#531
This tip is for those who are interested in building gvim.exe on Windows without using MSVC or BCC. The condition is that cygwin is installed.
Following are the three steps (under any shell and any directory).
cvs -z3 -d:pserver:anonymous@cvs.vim.org:/cvsroot/vim co vim cd vim/src make -f Make_cyg.mak IME=yes
I have tested under Windows 2000 and have used my own gvim.exe for months without any problem.
[edit] Comments
Dan Sharp has an end-to-end solution for almost all problems for Vim compiling on Windows: http://mywebpage.netscape.com/sharppeople/vim/howto/Vim-Compile-Win32-HOWTO/index.html
Use mwing32 -- gcc for windows. Builds native exe.
MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party DLLs.
Note that the resulting gvim.exe built from cygwin package is "native". It has no dependancy on cygwin.dll at all.
The gvim.exe produced does not use cygwin-style paths. I've got a lot of cygwin mounts that I would like to use.
Categories: Review | VimTip | Cygwin | Windows
