From f2bd635de8d094643d14aff71de34948e61bf67a Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Tue, 27 Oct 2015 22:39:40 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9168d23..00025fb 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # Breakthrough Reposity for the second CSCE 315 project -To compile everything: - g++ -std=c++11 test.cpp Engine.cpp Board.cpp Piece.cpp -o runner -or, alternatively if you delete the Parser.h, Parser.cpp, and Client.cpp (there's no need for them currently) - g++ -std=c++11 *.cpp -o runner +To compile test: + 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 - -Enter a port number when prompted, then the server is launched and waiting for a client to join. +./runner [port #] Client can simply join via telnet: telnet linux.cse.tamu.edu