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
uTox running on lubuntu:
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