At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 324
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Tue 2007-12-04 10:34:37 -0800
message:
Updated instructions in README file.
modified:
README readme-20070228020914-u2pk759xg7thauwf-7
=== modified file 'README'
--- a/README 2007-10-25 00:10:47 +0000
+++ b/README 2007-12-04 18:34:37 +0000
@@ -1,7 +1,15 @@
NDB/Connectors project.
-Things are built with a normal ./configure; make. There is no make install yet.
-
-To get the configure, just run autoreconf -i
-
-On RedHat systems, for Java, JAVA_HOME and ANT_HOME need to be set properly. On
Debian/Ubuntu systems, the alternatives system should work fine.
+Things are built with a normal ./configure; make.
+
+make install will install things, but isn't fully tested yet and YMMV between languages.
Python and Perl should install totally properly. Java will install the JNI libs properly
and should put the jar files in ${prefix}/share/java.
+
+If you pulled from bzr and didn't get a tarball, you'll need to run autogen.sh first.
+
+On RedHat systems, for Java, JAVA_HOME needs to be set properly. On Debian/Ubuntu
systems, the alternatives system should work fine.
+
+Please report bugs to the MySQL bug tracker at http://bugs.mysql.com. The tracker has an
NDB/Connectors category for any NDB/Connectors related bugs.
+
+Currently, the entire API's of the NDB API and MGM API are supported, although async
transactions are only implemented in Java, Python and Perl and there are some datatype
conversions that are missing.
+
+ATTENTION: If you are using 64-bit system and 64-bit MySQL, you need to also use a 64-bit
JVM.
| Thread |
|---|
| • Rev 324: Updated instructions in README file. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 4 Dec |