I installed on Cent OS according to the official installation procedure, but failed with the make command.
https://www.vim.org/download.php ``` git clone https://github.com/vim/vim.git cd vim/src make ``` error ``` [vagrant@localhost src]$ make Makefile:304: auto/config.mk: No such file or directory rm -f auto/config.cache ... ``` [error log detail](https://gist.github.com/dasman74/cbf416236670230ab11e3f2006e11be1) However, there is a description of `sudo make install` on the following page, and if I run` sudo make install` I can install it. https://www.vim.org/git.php ``` cd src make distclean # if you build Vim before make sudo make install ``` I think it would be better to add `sudo make install` to the official site download procedure. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
