Skip to content

nikchi/ChatTxt

 
 

Repository files navigation

ChatTxt

Dependencies

  • Boost System Library
  • Boost Thread Library

Compiling Instructions

  • Mac

    • run 'brew install boost'
    • run 'make mac' Note: if there are compiler errors, check that appended '-mt' to the two boost libraries.
  • Windows with cygwim

    • TODO
    • Install boost libraries
    • run 'make'

Server Usage

./server [port]

Client Usage

not currently implemented but will be ./client [port]

About

CS347 Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • Makefile 4.8%