OpenJDK / graal / graal-jvmci-8
annotate README @ 0:a61af66fc99e
Initial load
author | duke |
---|---|
date | Sat, 01 Dec 2007 00:00:00 +0000 |
parents | |
children |
rev | line source |
---|---|
duke@0 | 1 README: |
duke@0 | 2 This file should be located at the top of the hotspot Mercurial repository. |
duke@0 | 3 |
duke@0 | 4 See http://openjdk.java.net/ for more information about the OpenJDK. |
duke@0 | 5 |
duke@0 | 6 See ../README-builds.html for complete details on build machine requirements. |
duke@0 | 7 |
duke@0 | 8 Simple Build Instructions: |
duke@0 | 9 |
duke@0 | 10 cd make && gnumake |
duke@0 | 11 |
duke@0 | 12 The files that will be imported into the jdk build will be in the "build" |
duke@0 | 13 directory. |
duke@0 | 14 |