1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 19:47:46 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Jfreegman
aca6d77e8a updated version 2013-09-19 17:12:31 -04:00
Jfreegman
2040368dd9 changed version to 0.2.0 2013-09-05 18:26:03 -04:00
jin-eld
bb8a2b7700 Make sure toxic compiles on MinGW/Win32 again
The config dir stuff is simply broken and needs to be fixed. So for now
disabled it, until someone has time to look into it.
2013-08-27 11:02:47 +03:00
Sergey 'Jin' Bostandzhyan
c7dcf04248 Fix configure for Free BSD
* seems that /usr/local is not in the default ld path on FreeBSD, so add
  it manually

* search for wget_wch instead of get_wch, on FreeBSD get_wch seems to be
  available as a macro, which does not automatically mean that wide char
  support is really available
2013-08-26 14:32:59 +03:00
Manuel Argüelles
cecc3ceea0 Fix configure script for ncurses without ncursesw
On debian systems it is possible not to have libncursesw5-dev and
still have ncursesw5-config pointing to where it should be,
ncursesw5-config is provided by libncursesw5.
2013-08-24 18:41:06 -04:00
Sergey 'Jin' Bostandzhyan
732d05c04e Fix configure script for mingw32
Note: toxic itself will still not build because the code does not have
the appropriate ifdefs and a WIN32 specific implementation.
2013-08-24 20:47:06 +03:00
Sergey 'Jin' Bostandzhyan
2a46d48cdf Sync with new libtoxcore build system
First try to use pkg-config to find libtoxcore, fall back to manual
checks if pkg-config is not available.

Improve ncurses search, should now find everything on OSX.
2013-08-24 05:15:15 +03:00
Florian Hahn
6f9813ceee Use tox.h and tox_new for toxcore discovery 2013-08-24 00:21:39 +02:00
Sergey 'Jin' Bostandzhyan
78deb13c45 Added check and define for wide char support
Try to figure out if wide character support is available and provide
the necessary define for toxic.
2013-08-23 10:57:31 +03:00
Sergey 'Jin' Bostandzhyan
30666d2deb Install and use DHTservers file
DHTservers will go to $prefix/share/toxic/DHTservers
2013-08-23 01:37:19 +03:00
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