From 4dae275baff5be9fdc8090b6ca8bf7a961475413 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 28 Nov 2019 04:35:34 +0100 Subject: [PATCH] [Docs] vimproc_linux64.so DLL issues pointers (#3238) Just because I ran into this with a fresh install on a server without c compiler, I put this here as a reminder and for others SpaceVim fans :-) --- docs/quick-start-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/quick-start-guide.md b/docs/quick-start-guide.md index c2a2544bf..6325af600 100644 --- a/docs/quick-start-guide.md +++ b/docs/quick-start-guide.md @@ -42,6 +42,8 @@ For more info about the install script, please check: curl -sLf https://spacevim.org/install.sh | bash -s -- -h ``` +If you got a vimproc error like `[vimproc] vimproc's DLL: "~/.cache/vimfiles/vimproc.vim/lib/vimproc_linux64.so" is not found. Please read :help vimproc and make it`, you may need to install make (from `build-essential)` and a C compilator (like `gcc`) to build the dll (see issue [#435](https://github.com/SpaceVim/SpaceVim/issues/435) and [#544](https://github.com/SpaceVim/SpaceVim/issues/544)). + ### Windows The easiest way is to download [install.cmd](https://spacevim.org/install.cmd) and run it as administrator, or install SpaceVim manually.