Created
July 31, 2016 08:55
-
-
Save raimon49/53b8e6778e45c07a96f27b24164bdbee to your computer and use it in GitHub Desktop.
vvmコマンドのソースコード取得先をGitに変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# インストール済みvvmの更新 | |
$ cd ~/.vvm/repos/vvm | |
$ git pull origin master | |
# clone済みhgリポジトリを削除 | |
$ cd ~/.vvm/repos | |
$ rm -rf vimorg | |
# git tagを指定してVimをビルド | |
$ vvm install vimorg--v7.4.2133 --with-features=big --enable-multibyte --without-x --disable-gui --enable-luainterp --with-lua-prefix=/usr | |
$ vvm use vimorg--v7.4.2133 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment