My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
BuildInstructions  
Instructions to build the current source
build
Updated Aug 2, 2009 by gzjj...@gmail.com

If it's the first time:

Get Source

$ git clone git://github.com/jjgod/vim-cocoa.git

It will create a vim-cocoa directory under your current directory, which will contain all vim-cocoa source code.

Configure & Build

vim-cocoa started to use out-of-directory build. You need cmake to configure.

At the same parent directory of vim-cocoa:

mkdir vim-build
cd vim-build
cmake ../vim-cocoa/src
make

Install it

make install

It will be installed to /Applications/Vim.app.

Update

After that, if you need to update to the newest vim-cocoa code (it's synced with upstream vim code), just do:

git pull origin

then:

make && sudo make install
Comment by zhart...@gmail.com, Jul 11, 2007

You have a typo in the URL for the vim subversion, it should be: https://vim.svn.sourceforge.net/svnroot/vim/vim7

Comment by project member gzjj...@gmail.com, Jul 18, 2007

Fixed, thanks.

Comment by iJy...@gmail.com, Sep 16, 2007

Shouldn't vim-cocoa-r88.patch be vim-cocoa-r95.patch now? Is there any way to make it "global", so that there wouldn't be the need for revision number in the end of filename....? And it'd be good if you mentioned, that the build provided in downloads is Intel-only

-jyrki

Comment by glider...@gmail.com, Sep 20, 2007

This app is for intel only, would you please build a PPC version?


Sign in to add a comment
Powered by Google Project Hosting