# HG changeset patch # User Doug Simon # Date 1348688887 -7200 # Node ID a89a18a57617ec797c2582808eab5dda75823e5a # Parent c9f45d2d96cfbaebc27ab4b4bd1fbf2ffb11ac01 fixed wrong path in README_GRAAL.txt diff -r c9f45d2d96cf -r a89a18a57617 README_GRAAL.txt --- a/README_GRAAL.txt Wed Sep 26 21:47:42 2012 +0200 +++ b/README_GRAAL.txt Wed Sep 26 21:48:07 2012 +0200 @@ -1,6 +1,6 @@ Building Graal -------------- -There is a Python script in graal/mxtool/mx.py that simplifies working with the code +There is a Python script in mxtool/mx.py that simplifies working with the code base. It requires Python 2.7. While you can run this script by using an absolute path, it's more convenient to add graal/mxtool to your PATH environment variable so that the 'mx' helper script can be used. The following instructions in this file assume this