hajaulee / tcp-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat application via TCP


Install

1. Install gtk 3:

sudo apt-get install libgtk-3-dev

2. Complie:

make

or complile with all warning

make w

3. Run server:

make server

or

make s

4. Run client

make run

or for debug by gdb

make debug

5. Clear output file:

make clean

About


Languages

Language:C 98.9%Language:Makefile 1.1%