Updated README.txt
This commit is contained in:
parent
851821750c
commit
b42b05dc38
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ When compiling things with the parser included, make sure you compile using:
|
|||
|
||||
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:
|
||||
|
|
Reference in a new issue