1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-24 22:33:52 +03:00

Update README

This commit is contained in:
Tae Won Ha 2016-08-09 22:01:47 +02:00
parent b539ed86a2
commit 5ed2463e73
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -68,12 +68,10 @@ brew install libtool automake cmake pkg-config gettext ninja # install libs and
carthage update --platform osx
git submodule update --init
cd neovim
ln -s ../local.mk .
make CMAKE_BUILD_TYPE=Release libnvim # optional, the VimR target in Xcode also does this
```
ln -s local.mk neovim/
Run the `VimR`-target in Xcode.
xcodebuild -configuration Release -target VimR # VimR.app will be placed in build/Release
```
## Project Setup