mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-24 22:33:52 +03:00
Update README
This commit is contained in:
parent
b539ed86a2
commit
5ed2463e73
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user