A Tox-based instant messaging and video chat client
Go to file
jfreegman a37bf300f9
Update astylerc to match toxcore & reformat all source files
2018-07-18 11:33:16 -04:00
apidoc/python Bump to v0.8.2 2018-03-01 19:14:14 -05:00
cfg Merge branch 'master' of https://github.com/fx-carton/toxic into fx-carton-master 2018-06-17 20:23:12 -04:00
doc Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
misc Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
sounds replace call sounds 2014-10-01 19:38:09 -04:00
src Update astylerc to match toxcore & reformat all source files 2018-07-18 11:33:16 -04:00
.gitignore Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
.travis.yml add a .travis file and some build fixes 2018-02-26 02:34:38 -05:00
BUILD.bazel Use libconfig built in the WORKSPACE rather than system installed. 2018-07-15 15:34:19 +00:00
CHANGELOG.md Added a changelog to the project 2016-07-19 00:06:52 +01:00
COPYING Put back license 2014-06-24 17:48:49 +02:00
INSTALL.md Add an option to disable qr codes 2018-06-16 05:07:16 +02:00
Makefile fix merge mistake take 2 2018-07-07 10:29:12 -04:00
README.md Update readme 2018-02-26 03:03:12 -05:00
astylerc Update astylerc to match toxcore & reformat all source files 2018-07-18 11:33:16 -04:00

README.md

Coverity Scan Build Status

Toxic is a Tox-based instant messenging and video chat client.

Toxic Screenshot

Installation

See the install instructions

Settings

Running Toxic for the first time creates an empty file called toxic.conf in your home configuration directory ("~/.config/tox" for Linux users). Adding options to this file allows you to enable auto-logging, change the time format (12/24 hour), and much more. You can view our example config file here.

Troubleshooting

If your default prefix is "/usr/local" and you receive the following:

error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory

you can attempt to correct it by running sudo ldconfig. If that doesn't work, run:

echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig