Update README.md
Edited instructions to fit makefile. Makes testing and compiling a lot easier.
This commit is contained in:
parent
d1ab8dd5fa
commit
e8208380a7
1 changed files with 2 additions and 5 deletions
|
@ -1,18 +1,15 @@
|
|||
# Breakthrough
|
||||
Reposity for the second CSCE 315 project
|
||||
|
||||
To compile test:
|
||||
To compile everything:
|
||||
make
|
||||
or make all
|
||||
|
||||
To run test:
|
||||
./test
|
||||
|
||||
To compile server:
|
||||
g++ -std=c++11 server.cpp Engine.cpp Board.cpp Piece.cpp -o runner
|
||||
|
||||
To launch the server:
|
||||
./runner [port #]
|
||||
./server [port #]
|
||||
|
||||
Client can simply join via telnet:
|
||||
telnet linux.cse.tamu.edu <port number>
|
||||
|
|
Reference in a new issue