Skip to content

OOZZY/tlochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlochat

A simple chat server.

Build Requirements

  • CMake
  • C11 development environment for which CMake can generate build files
  • Unix-like environment (Linux, FreeBSD, Cygwin, etc.)

Clone, Build, and Run

Clone into tlochat directory.

$ git clone --branch develop --recursive <url/to/tlochat.git>

Build.

$ mkdir tlochatbuild
$ cd tlochatbuild
$ cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ../tlochat
$ make

Run.

$ ./src/tlochat_server

About

A simple chat server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published