Update README.md

This commit is contained in:
daa84 2017-03-31 23:23:05 +03:00 committed by GitHub
parent 8bd254a864
commit 66b0ccd1ed
1 changed files with 3 additions and 1 deletions

View File

@ -22,10 +22,12 @@ cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe
```
# Build
Build command:
## Linux
Install GTK development packages. Install latest rust compiler, better use *rustup* tool. Build command:
```
cargo build --release
```
## Windows
Neovim-gtk can be compiled using MSYS2 GTK packages. In this case use 'windows-gnu' rust toolchain.
```