This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/README.md
Alex Huddleston e8208380a7 Update README.md
Edited instructions to fit makefile. Makes testing and compiling a lot easier.
2015-10-27 22:58:22 -05:00

15 lines
245 B
Markdown

# Breakthrough
Reposity for the second CSCE 315 project
To compile everything:
make
or make all
To run test:
./test
To launch the server:
./server [port #]
Client can simply join via telnet:
telnet linux.cse.tamu.edu <port number>