From a369ca8462f8a294d111837be6728a8eaaad266d Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 2 Jun 2013 08:52:18 +0200 Subject: [PATCH] some readme changes --- doc/README | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/README b/doc/README index 8d85968..b752253 100644 --- a/doc/README +++ b/doc/README @@ -1,8 +1,26 @@ # Requirements - LLVM 3.2 -- A recent C++ compiler +- A recent C and C++ compiler - CMake 2.6 or newer # Used Libraries - lemon parser (from sqlite) (grammar/*.c) - lexertl (http://www.benhanson.net/lexertl.html) (inc/lexertl/*) + +# How to build + + mkdir build + cd build + cmake .. + make + +# How to run the interpreter +simply run + + ./scully + +and type in your program, you can use + + rlwrap ./scully + +for more input awesomeness. (http://utopia.knoware.nl/~hlub/rlwrap/#rlwrap) \ No newline at end of file