1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:47:46 +02:00
A Tox-based instant messaging and video chat client
Go to file
Sergey 'Jin' Bostandzhyan c157837f97 Added autotools based build scripts
Limitations:

currently the tox core library does not ship proper public headers,
so we'll have to tell the configure script where the headers are (i.e.
directory in the ProjectTox-Core source tree.

Since these headers are not really public, they include sodium.h, so
right now the toxic configure script will check for sodium.h as well.

We also need to look for the libsodium library for linking vs Tox core.
2013-08-23 01:30:49 +03:00
build Added autotools based build scripts 2013-08-23 01:30:49 +03:00
m4 Added autotools based build scripts 2013-08-23 01:30:49 +03:00
src Added autotools based build scripts 2013-08-23 01:30:49 +03:00
.gitignore Added autotools based build scripts 2013-08-23 01:30:49 +03:00
AUTHORS Added autotools based build scripts 2013-08-23 01:30:49 +03:00
ChangeLog Added autotools based build scripts 2013-08-23 01:30:49 +03:00
configure.ac Added autotools based build scripts 2013-08-23 01:30:49 +03:00
COPYING Added autotools based build scripts 2013-08-23 01:30:49 +03:00
INSTALL Added autotools based build scripts 2013-08-23 01:30:49 +03:00
Makefile.am Added autotools based build scripts 2013-08-23 01:30:49 +03:00
NEWS Added autotools based build scripts 2013-08-23 01:30:49 +03:00
README Added autotools based build scripts 2013-08-23 01:30:49 +03:00
README.md first commit 2013-08-22 16:42:42 -04:00