Skip to content

D3cryptor/uTox

 
 

Repository files navigation

uTox

Lightweight Tox client.

  • Some things are incomplete, but feel free to make any design suggestions (colors, fonts, whatever)

  • Xlib support is experimental, many features may be missing

Screenshots

uTox running on lubuntu:

test

Building

Something like this:

Windows:

windres icons/icon.rc -O coff -o icon.res

gcc -o uTox.exe *.c icon.res -lgdi32 -lmsimg32 -ldnsapi -lcomdlg32 -lopenal32 -ltoxav

Xlib:

gcc -o uTox.o *.c -lX11 -lXft -Xrender -ltoxcore -ltoxav -ltoxdns -lopenal -pthread -lresolv -ldl -lm -lfontconfig -I/usr/include/freetype2

or if you built toxcore statically:

gcc -o uTox.o *.c -lX11 -lXft -Xrender -ltoxcore -ltoxav -ltoxdns -lopenal -lsodium -lopus lvpx -lm -pthread -lresolv -ldl -lfontconfig --I/usr/include/freetype2

Downloads

https://wiki.tox.im/Binaries

Info

About

Lightweight Tox client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published