1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 01:16:36 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
8dfd009e0e Some minor fixes for game module 2021-06-28 13:54:25 -04:00
60bdcf0ba5 Begin implementing chess 2021-05-24 14:30:27 -04:00
b3ed8bc35c Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
2bbc47d3f7 Update .gitignore: remove autotools 2014-06-24 12:37:43 +02:00
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