Update README.md
This commit is contained in:
parent
3491169930
commit
99073c77c5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Reposity for the second CSCE 315 project
|
||||||
|
|
||||||
To compile everything:
|
To compile everything:
|
||||||
g++ -std=c++11 test.cpp Engine.cpp Board.cpp Piece.cpp -o runner
|
g++ -std=c++11 test.cpp Engine.cpp Board.cpp Piece.cpp -o runner
|
||||||
or, alternatively if you delete the Parser.h and Parser.cpp (there's no need for them)
|
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
|
g++ -std=c++11 *.cpp -o runner
|
||||||
|
|
||||||
To launch the server:
|
To launch the server:
|
||||||
|
|
Reference in a new issue