diff options
author | Ashley Hewson <a.hewson@gmail.com> | 2014-02-23 11:47:53 +0000 |
---|---|---|
committer | Ashley Hewson <a.hewson@gmail.com> | 2014-02-23 11:47:53 +0000 |
commit | cebac0fc59cda330b8e26a2bab2bd2c1fb09df13 (patch) | |
tree | 6f5e2116d468f0d96f1a4e9807c7bef21cffb861 | |
parent | e9420e3937225ff73a242e8f2e4bf5396ae934d6 (diff) | |
download | rneovim-cebac0fc59cda330b8e26a2bab2bd2c1fb09df13.tar.gz rneovim-cebac0fc59cda330b8e26a2bab2bd2c1fb09df13.tar.bz2 rneovim-cebac0fc59cda330b8e26a2bab2bd2c1fb09df13.zip |
README.md: fix ubuntu/debian deps
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |