aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Hewson <a.hewson@gmail.com>2014-02-23 11:47:53 +0000
committerAshley Hewson <a.hewson@gmail.com>2014-02-23 11:47:53 +0000
commitcebac0fc59cda330b8e26a2bab2bd2c1fb09df13 (patch)
tree6f5e2116d468f0d96f1a4e9807c7bef21cffb861
parente9420e3937225ff73a242e8f2e4bf5396ae934d6 (diff)
downloadrneovim-cebac0fc59cda330b8e26a2bab2bd2c1fb09df13.tar.gz
rneovim-cebac0fc59cda330b8e26a2bab2bd2c1fb09df13.tar.bz2
rneovim-cebac0fc59cda330b8e26a2bab2bd2c1fb09df13.zip
README.md: fix ubuntu/debian deps
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 020ea7b555..6ac5eee2e1 100644
--- a/README.md
+++ b/README.md
@@ -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