English | 简体中文
LixTalk is a high-performance secure IM system.
This repo is the source code of server which runs on Linux.
LixTalk works on Ubuntu 16.04 (have not been tested on other versions).
LixTalk needs several dependencies, so you should first
sudo apt-get update
sudo apt-get install libhiredis-dev libmysqlcppconn-dev cmake
Then build it. Both g++ above 5 and clang above 6.0 work well. Cmake will detect which compiler you're using. C++14 support is required.
cmake .
make
If no errors occur, then everything is ready.
cd build
./LixTalk
Bingo! The server is running and the client can connect with correct IP and port. Enjoy chatting!