diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,6 +1,6 @@ # neovim ([bountysource fundraiser](https://www.bountysource.com/fundraisers/539-neovim-first-iteration)) -[](https://travis-ci.org/neovim/neovim) +[](https://travis-ci.org/neovim/neovim) ### Introduction @@ -174,9 +174,9 @@ and what is currently being worked on: ###Dependencies -For Ubuntu 12.04: +For Debian/Ubuntu: - sudo apt-get install build-essential cmake libncurses5-dev + sudo apt-get install libtool autoconf cmake libncurses5-dev g++ For FreeBSD 10: @@ -200,9 +200,6 @@ For Arch Linux: sudo pacman -S base-devel cmake ncurses -TODO: release the Dockerfile which has this in it - - ###Building |