summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2002-02-07 20:46:29 +0000
committerMark Wielaard <mark@klomp.org>2002-02-07 20:46:29 +0000
commitb4708f954124b2bcf3f3e1b4e8de3a6b0b009040 (patch)
tree39f4e31aa6cee1d620f67bd09ad8594d63247892 /HACKING
parent5bb8f77f4c97e0272f2a40f71f824838c8ee1036 (diff)
downloadclasspath-b4708f954124b2bcf3f3e1b4e8de3a6b0b009040.tar.gz
* HACKING: add "last updated" and some new information.
* INSTALL: add information on different byte code compilers. * README: add "last updated"
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING16
1 files changed, 15 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 9624d928c..9cc4bbfca 100644
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,10 @@
+HACKING GNU Classpath - Last updated: Feb 07, 2002
+Please read the README and INSTALL files first.
+
+You only need the information in this file when working on non-released (CVS)
+versions of GNU Classpath. Installation information for released versions
+of GNU Classpath can be found in the INSTALL file.
+
If you want to hack on GNU Classpath it will make things easier if you
have the following installed:
@@ -21,6 +28,14 @@ For building the JNI native libraries, the following are required.
- libart_lgpl 2.1.0
- gdk-pixbuf (Only needed if you want to compile the native library)
+You can get CVS (development) versions of GNU Classpath by giving cvs the
+-d option with (or setting the environment variable CVSROOT to)
+:pserver:anoncvs@subversions.gnu.org:/cvsroot/classpath
+ --> First do "cvs login". Hit <Return> when prompted for a password
+ --> Then do "cvs checkout classpath"
+ --> More detailed instructions available on the Savannah project website.
+ <http://savannah.gnu.org/projects/classpath/>
+
If you start from the current CVS version, you will have to run the
following from the toplevel directory.
@@ -55,4 +70,3 @@ checking it in.
If you have any questions, suggestions, etc., send them to
classpath@gnu.org.
-