|
BuildInstructions
Instructions to build the current source
build 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 & Buildvim-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 itmake install It will be installed to /Applications/Vim.app. UpdateAfter 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 |
► Sign in to add a comment
You have a typo in the URL for the vim subversion, it should be: https://vim.svn.sourceforge.net/svnroot/vim/vim7
Fixed, thanks.
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
This app is for intel only, would you please build a PPC version?