1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:37:46 +02:00

added other required package

This commit is contained in:
kl4ng 2014-02-22 00:26:46 -05:00
parent 77875d0ca6
commit c7a2643ee0

View File

@ -16,5 +16,5 @@ sudo ldconfig
```
If you dont already have them, you might want to install the ncurses libraries, on Debian:
```
sudo apt-get install libncurses5-dev
sudo apt-get install libncurses5-dev libncursesw5-dev
```