From d4b590b3ee1c494fa62293ab0f9094325504a1ec Mon Sep 17 00:00:00 2001 From: daa84 Date: Fri, 31 Mar 2017 16:24:11 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 742c255..654fc48 100644 --- a/README.md +++ b/README.md @@ -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 +```