From b42b05dc3868abc2809d2ca68438a72291b1c722 Mon Sep 17 00:00:00 2001 From: Alexander Huddleston Date: Sun, 27 Sep 2015 23:26:45 -0500 Subject: [PATCH] Updated README.txt --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index f4baea9..3357358 100755 --- a/README.txt +++ b/README.txt @@ -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: