My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 11, 2009 by sakamoto.kazuki
Building  
MacVim-KaoriYaのビルド方法

Gitリポジトリからビルドする

http://repo.or.cz/w/MacVim/KaoriYa.git

git clone git://repo.or.cz/MacVim/KaoriYa.git

http://code.google.com/p/macvim/wiki/Building

MacPortsでビルドする

http://git.sourceforge.jp/view?p=splhack/MacPorts.git

git clone git://git.sourceforge.jp/gitroot/splhack/MacPorts.git splhackPorts

/opt/local/etc/macports/sources.conf に追加

file:///Users/hoge/splhackPorts [nosync]

ビルド

cd textproc/cmigemo
sudo port install +utf8
cd ../../editors/macvim
sudo port install +cscope +perl +python +ruby
インストール先 /Applications/MacPorts/MacVim.app

Comment by yusuke.nakanishi, Jul 01, 2009

Dependency 'cmigemo' not found.というエラーが出るのですがどのように対応すればよいのかお教えいただけないでしょうか。。

Comment by sakamoto.kazuki, Jul 11, 2009

portindexが必要と思われます。ドキュメントを更新してみました。


Sign in to add a comment
Hosted by Google Code