diff options
Diffstat (limited to 'network/c-toxcore/README')
-rw-r--r-- | network/c-toxcore/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/c-toxcore/README b/network/c-toxcore/README new file mode 100644 index 0000000000..a0c20c0ba8 --- /dev/null +++ b/network/c-toxcore/README @@ -0,0 +1,14 @@ +Tox is a free (as in liberty and price) peer to peer, distributed, multimedia +messenger. Tox can provide a superior instant messaging experience than current +market offerings by using existing technologies such as dispersed networking +and strong cryptography. Files can be shared as fast as you and your partner's +Internet connection allows, audio calls are instantaneous, and there are no +arbitrary limits to how many people you can have in a group conversation. + +TokTok/c-toxcore is a non-hostile fork of the original irungentoo/toxcore, and +most clients are in the process of switching. + +Additional libconfig dependency is needed for tox-bootstrapd daemon, +together with: + + DAEMON=yes ./c-toxcore.SlackBuild |