README

changeset 0
373ffda63c9a
child 637
9c07ef4934dd
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Wed Apr 27 01:27:09 2016 +0800
     1.3 @@ -0,0 +1,19 @@
     1.4 +README:
     1.5 +  
     1.6 +  This file should be located at the top of the Mercurial repository.
     1.7 +
     1.8 +  See http://openjdk.java.net/ for more information about the OpenJDK.
     1.9 +
    1.10 +  See ../README-builds.html for complete details on build machine requirements.
    1.11 +
    1.12 +Simple Build Instructions:
    1.13 +  This repository can be loaded as a NetBeans project, built with ant, or
    1.14 +  built with GNU make, e.g.
    1.15 +    ant
    1.16 +       -OR-
    1.17 +    cd make && gnumake
    1.18 +     
    1.19 +  The built files that will be imported into the jdk build will be in the 
    1.20 +  "dist" directory.
    1.21 +  Help information is available by running "ant -projecthelp" or "make help".
    1.22 +

mercurial