Updated README.txt

This commit is contained in:
Alexander Huddleston 2015-09-27 23:26:45 -05:00
parent 851821750c
commit b42b05dc38

View file

@ -5,6 +5,12 @@ When compiling things with the parser included, make sure you compile using:
g++ -std=c++11 *.cpp g++ -std=c++11 *.cpp
ALSO, now that we are compiling into a standalone executable, compile using this command:
g++ -o test -std=c++11 *.cpp
"test" can be anything you want, but for now our executable is "test".
//---------------// //---------------//
I changed the name of the repo. To make everything pretty, rename your working folder, and type this line: I changed the name of the repo. To make everything pretty, rename your working folder, and type this line: