Port of the C reference implementation of the Tox chat protocol. Includes a native DHT bootstrap node, see run/tox_dht_bootstrap. https://tox.chat/
5 lines
156 B
Makefile
5 lines
156 B
Makefile
TOXCORE_PORT_DIR := $(call select_from_ports,c-toxcore)
|
|
|
|
INC_DIR += $(TOXCORE_PORT_DIR)/include
|
|
INC_DIR += $(call select_from_repositories,include/toxcore)
|