aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2013-03-11 10:25:21 +0200
committerPekka Enberg <penberg@kernel.org>2013-03-11 10:25:21 +0200
commit12f68acbd0617ff83ae17381998d1b12badbd5ca (patch)
tree21dd19b4d2da9a387fc5d34b2c23e03f088efa18
parent4e09310ea76b5e4471be9ebb9121bac4156f638e (diff)
downloadjato-12f68acbd0617ff83ae17381998d1b12badbd5ca.tar.gz
Update GNU Classpath in build instructions
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--README.md22
1 files changed, 15 insertions, 7 deletions
diff --git a/README.md b/README.md
index ddc1ee18..971e1853 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,15 @@ Fetch the latest sources with:
Before installing Jato ensure you have the following software installed on your
system:
- - GNU Classpath CVS HEAD. You can use the git mirror to obtain the sources:
+ - GNU Classpath 0.99 or later:
- git://icedtea.classpath.org/mirror/git/classpath/classpath
+ Release tarball:
+
+ ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.99.tar.gz
+
+ Git repository:
+
+ git://git.savannah.gnu.org/classpath.git
- Eclipse Java Compiler
@@ -40,19 +46,21 @@ Archlinux:
### Building GNU Classpath
-GNU Classpath is no longer packaged with Ubuntu 10.10 and later versions so you
-need to build and install it yourself to run Jato. First download the sources from:
+GNU Classpath is not present in most Linux distributions so you need to
+build and install it yourself to run Jato. First download the sources
+from:
- http://www.gnu.org/software/classpath/downloads/downloads.html
+ ftp://ftp.gnu.org/pub/gnu/classpath/classpath-0.99.tar.gz
-and then install the following dependencies that are required to build GNU
+Then install the following dependencies that are required to build GNU
Classpath:
sudo apt-get install openjdk-6-jdk antlr libgconf2-dev libgtk2.0-dev ecj fastjar pccts
You can then compile GNU Classpath:
- ./configure --disable-Werror --disable-plugin ; make
+ ./configure --disable-Werror --disable-plugin
+ make
and install it to /usr/local: