This commit is contained in:
daa 2017-04-01 00:12:28 +03:00
commit 5cdc104b40
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
Build command: ## Linux
Install GTK development packages. Install latest rust compiler, better use *rustup* tool. Build command:
``` ```
cargo build --release cargo build --release
``` ```
## Windows ## Windows
Neovim-gtk can be compiled using MSYS2 GTK packages. In this case use 'windows-gnu' rust toolchain. Neovim-gtk can be compiled using MSYS2 GTK packages. In this case use 'windows-gnu' rust toolchain.
``` ```