misc. stuff:
- Improved readmes.
- Fixed incorrect definition of kint32min.
- Fixed absolute output paths on Windows.
- Added info to Java POM that will be required when we upload the
package to a Maven repo.
diff --git a/python/README.txt b/python/README.txt
index 44bbee0..4f68d50 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -3,6 +3,18 @@
This directory contains the Python Protocol Buffers runtime library.
+Normally, this directory comes as part of the protobuf package, available
+from:
+
+ http://code.google.com/p/protobuf
+
+The complete package includes the C++ source code, which includes the
+Protocol Compiler (protoc). If you downloaded this package from PyPI
+or some other Python-specific source, you may have received only the
+Python part of the code. In this case, you will need to obtain the
+Protocol Compiler from some other source before you can use this
+package.
+
Installation
============