[kaffe] CVS kaffe (robilad): added mroe information on required libs
Kaffe CVS
cvs-commits at kaffe.org
Thu Dec 20 16:48:54 PST 2007
PatchSet 7612
Date: 2007/12/21 00:47:46
Author: robilad
Branch: HEAD
Tag: (none)
Log:
added mroe information on required libs
2007-12-20 Dalibor Topic <robilad at kaffe.org>
* FAQ/FAQ.requiredlibraries: Added GNU Classpath and boehm-gc descriptions.
Members:
ChangeLog:1.5110->1.5111
FAQ/FAQ.requiredlibraries:1.10->1.11
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5110 kaffe/ChangeLog:1.5111
--- kaffe/ChangeLog:1.5110 Thu Dec 20 00:31:45 2007
+++ kaffe/ChangeLog Fri Dec 21 00:47:46 2007
@@ -1,3 +1,7 @@
+2007-12-20 Dalibor Topic <robilad at kaffe.org>
+
+ * FAQ/FAQ.requiredlibraries: Added GNU Classpath and boehm-gc descriptions.
+
2007-12-19 Dalibor Topic <robilad at kaffe.org>
* kaffe/scripts/javap.in, tools/javatools/Makefile.am: Reverted commit from 2007-12-17.
Index: kaffe/FAQ/FAQ.requiredlibraries
diff -u kaffe/FAQ/FAQ.requiredlibraries:1.10 kaffe/FAQ/FAQ.requiredlibraries:1.11
--- kaffe/FAQ/FAQ.requiredlibraries:1.10 Fri Jun 8 20:58:19 2007
+++ kaffe/FAQ/FAQ.requiredlibraries Fri Dec 21 00:47:48 2007
@@ -18,6 +18,13 @@
distributor uses the RPM packaging format, you should check out
http://www.rpmfind.net.
+GNU Classpath
+-------------
+
+You'll need GNU Classpath 0.96.1 or later. It is available from
+http://www.classpath.org . GNU Classpath is used as the core class
+library for Kaffe.
+
ZIP library
-----------
@@ -144,6 +151,13 @@
text between native character set encodings and Unicode. It is
available at:
http://www.gnu.org/software/libiconv/
+
+Optional Boehm-Weiser garbage collector support
+-----------------------------------------------
+
+In order to use the Boehm-Weiser garbage collector, you'll need to
+install the corresponding library. It is available from
+http://www.hpl.hp.com/personal/Hans_Boehm/gc/
Other tools
-----------
More information about the kaffe
mailing list