Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 670 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 670 Bytes

About

A console/terminal based 'chat' application. Features are:

  • Usage of the standard "low level" BSD-style socket APIs and high abstraction of them.
  • Threading and synchronisation (Not yet done)
  • maybe more :)

How to Build

What you need! (at the moment only linux is supported; you can probably get all of these from your package manager)

  • Standard binutils and gcc/g++
  • Python, either 2.7 or 3.x
  • Scons, 2.0.x
  • Boost, any version >1.4 should be ok

Have everything?

Then run "scons", the binarys will be placed in a new directory called "build"