Correct Ubuntu installation instructions.

This commit is contained in:
Murilo Pereira 2013-12-24 15:36:03 -02:00
parent 2c1996bcf1
commit 1c017536fa

View File

@ -6,13 +6,13 @@
## Dependencies
- Terminal emulator with UTF-8 support
- C library with multibyte locales support
- libncursesw
- Ncurses with wide-char/UTF-8 support
### Installing libncursesw
### Installing Ncurses
#### Ubuntu
$ sudo apt-get install libncursesw5-dev
$ sudo apt-get install libncurses5-dev libncursesw5-dev
#### OS X