summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRyan Lewon <xorl@xorl.net>2013-07-29 17:35:50 +0000
committerRyan Lewon <xorl@xorl.net>2013-07-29 17:35:50 +0000
commit9999fadfe0d5043ca96dbc64315d728a495a781e (patch)
tree27928908619c48f2e5b5edbba7a0a93a81071ac8 /INSTALL.md
parentde90518f287802daf76f30e1144a24e058744fa2 (diff)
Added ncurses-dev for nTox curses client.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 409fac03..00559152 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,7 +5,7 @@
5Build dependencies: 5Build dependencies:
6 6
7```bash 7```bash
8apt-get install build-essential libtool autotools-dev automake libconfig-dev 8apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev
9``` 9```
10 10
11You should get and install [libsodium](https://github.com/jedisct1/libsodium): 11You should get and install [libsodium](https://github.com/jedisct1/libsodium):