jaxp/make/README
author tbell
Thu, 19 Feb 2009 18:04:30 -0800
changeset 2059 a615a416ea59
parent 6 7f561c08de6b
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
README:
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the jaxp Mercurial repository.
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
     
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
  directory.
7f561c08de6b Initial load
duke
parents:
diff changeset
    14