From 66b0ccd1ed5f7b00d6db251fb2491fc45d4c55f9 Mon Sep 17 00:00:00 2001 From: daa84 Date: Fri, 31 Mar 2017 23:23:05 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 654fc48..e98b98b 100644 --- a/README.md +++ b/README.md @@ -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. ```