Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 537 Bytes

c-chat

A cross platform chat room fully implemented in C

Develop

1. Prerequisites

  • a C compiler
  • GNU make

2. Compile & run

How do I... GNU Make
Compile Server make server
Compile Client make client
Compile Both make
Compile & Run Server make runserver
Compile & Run Client make runclient

Authors

YoungerMax and abdowns