Changes between Version 10 and Version 11 of Download/panc


Ignore:
Timestamp:
Nov 26, 2008, 12:31:10 PM (17 years ago)
Author:
loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/panc

    v10 v11  
    2525=== Building ===
    2626
    27 Correctly building the java-implementation of the pan compiler requires version 1.5.0 or later of a Java Development Kit (JDK).  Many linux distributions include the GNU implementation of java; '''the GNU implementation is not sufficient to build or run the pan compiler'''.  Full versions of java for linux, solaris, and windows can be obtained from [http://java.sun.com/ Sun].  The [http://openjdk.java.net/ OpenJDK] version of java also works well if it is available for your platform.
     27Correctly building the java-implementation of the pan compiler requires version 1.5.0 or later of a Java Development Kit (JDK).  Full versions of java for linux, solaris, and windows can be obtained from [http://java.sun.com/ Sun].  The [http://openjdk.java.net/ OpenJDK] version of java also works well if it is available for your platform.The GNU implementation of java (gjc) included in many linux distributions is '''not sufficient''' to build or run the pan compiler.
    2828
    2929The build of the compiler is done via [http://ant.apache.org/ ant] that also depends on java.  For ant to find the correct version, the environment variable JAVA_HOME should be defined: