From: bdemsky Date: Sat, 13 May 2006 00:02:11 +0000 (+0000) Subject: change X-Git-Tag: preEdgeChange~887 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ccfeddfa15db5a3aeed92ff1019d81e2853c3683;p=IRC.git change --- diff --git a/Robust/src/README b/Robust/src/README index e1ebfaee..38c877fd 100644 --- a/Robust/src/README +++ b/Robust/src/README @@ -9,6 +9,7 @@ make 3) To run the compiler on a source file (For example to compile Tests/Array.java): java -cp ../cup/:. Main.Main -mainclass Array Tests/Array.java +NOTE: The mainclass option specifies the class that contains the main method 4) To compiler and link the output of the compiler do: gcc -IRuntime -I. -O0 -g methods.c Runtime/runtime.c