comparison README_GRAAL.txt @ 6452:a89a18a57617

fixed wrong path in README_GRAAL.txt
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Sep 2012 21:48:07 +0200
parents 70aaaa83b93a
children 5d0bb7d52783
comparison
equal deleted inserted replaced
6451:c9f45d2d96cf 6452:a89a18a57617
1 Building Graal 1 Building Graal
2 -------------- 2 --------------
3 There is a Python script in graal/mxtool/mx.py that simplifies working with the code 3 There is a Python script in mxtool/mx.py that simplifies working with the code
4 base. It requires Python 2.7. While you can run this script by using an absolute path, 4 base. It requires Python 2.7. While you can run this script by using an absolute path,
5 it's more convenient to add graal/mxtool to your PATH environment variable so that the 5 it's more convenient to add graal/mxtool to your PATH environment variable so that the
6 'mx' helper script can be used. The following instructions in this file assume this 6 'mx' helper script can be used. The following instructions in this file assume this
7 setup. 7 setup.
8 8