/[classpath]/classpath/INSTALL
ViewVC logotype

Diff of /classpath/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mark, Thu Feb 7 20:46:29 2002 UTC revision 1.10 by cbj, Sat Feb 9 21:45:47 2002 UTC
# Line 32  Suggested Software Line 32  Suggested Software
32    
33          For building the JNI native libraries, the following are required.          For building the JNI native libraries, the following are required.
34    
         - gcjh from GCJ 2.96+, others can be specified using  
           --with-javah=<program> as an argument to configure but have  
           not been tested and may not work  
35          - GTK+ 1.2.x          - GTK+ 1.2.x
36          - libart_lgpl 2.1.0          - libart_lgpl 2.1.0
37          - gdk-pixbuf (Only needed if you want to compile the native library)          - gdk-pixbuf (Only needed if you want to compile the native library)
# Line 76  native libraries in /usr/local/classpath Line 73  native libraries in /usr/local/classpath
73  If you don't know what this means then the examples are correct.  If you don't know what this means then the examples are correct.
74    
75  LD_LIBRARY_PATH=/usr/local/classpath/lib/classpath  LD_LIBRARY_PATH=/usr/local/classpath/lib/classpath
76  CLASSPATH=/usr/local/classpath/share/classpath:.  CLASSPATH=/usr/local/classpath/share/classpath/glibj.zip:.
77  export LD_LIBRARY_PATH CLASSPATH  export LD_LIBRARY_PATH CLASSPATH
78    
79  More information about the VMs that use GNU Classpath can be found in the  More information about the VMs that use GNU Classpath can be found in the
# Line 89  Misc. Notes Line 86  Misc. Notes
86  Use of Sun's compiler is deprecated and probably does not work.  At  Use of Sun's compiler is deprecated and probably does not work.  At
87  least three free compilers are supported: gcj, jikes, and kjc.  least three free compilers are supported: gcj, jikes, and kjc.
88    
89  Recompilation may cause a lot of unneeded compilation.  This has to  Compilation is accomplished using a compiler's @file syntax.  For our part,
 do with how the compiler handles dependency tracking.  For our part,  
90  we avoid placing make style dependencies as rules upon the compilation  we avoid placing make style dependencies as rules upon the compilation
91  of a particular class file and leave this up to the Java compiler instead.  of a particular class file and leave this up to the Java compiler instead.
92    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26