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

Update README.md

This commit is contained in:
Ansa89 2014-06-24 12:46:18 +02:00
parent c3dfaa5935
commit f66b9137e8

View File

@ -15,10 +15,8 @@ Toxic is an ncurses based instant messaging client for [Tox](https://tox.im) whi
* `cd build/`
* `make`
* `sudo make install DESTDIR="/path/you/like"`
* You can add specific flags to makefile with `USER_CFLAGS=""` and/or `USER_LDFLAGS=""`
* You can pass your own flags to makefile with `CFLAGS=""` and/or `LDFLAGS=""` (this will supersede the defaults one)
* Audio calling support is automatically enabled if all dependencies are found
### Troubleshooting