Update README.md

This commit is contained in:
daa84 2017-03-31 16:24:11 +03:00
parent 5f523b8896
commit d4b590b3ee
1 changed files with 12 additions and 0 deletions

View File

@ -20,3 +20,15 @@ There is workaround to pass nvim execution path.
```
cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe
```
# Build
Build command:
```
cargo build --release
```
## Windows
Neovim-gtk can be compiled using MSYS2 GTK packages. In this case use 'windows-gnu' rust toolchain.
```
SET PKG_CONFIG_PATH=C:\msys64\mingw64\lib\pkgconfig
cargo build --release
```