1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:27:45 +02:00

added note about ncurses libraries

This commit is contained in:
kl4ng 2014-02-21 23:59:11 -05:00
parent a4cb568558
commit e8a72146b0

View File

@ -14,3 +14,7 @@ Then execute the configure script with ./configure (you may need to pass it the
echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig
```
If you dont already have it, you might want to install the ncurses libraries, on Debian:
```
sudo apt-get install libncurses5-dev
```