From cc930432c2823c3d82e0b8dd2ae4f446c82f4fce Mon Sep 17 00:00:00 2001 From: temporal Date: Mon, 21 Jul 2008 20:28:30 +0000 Subject: 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. --- README.txt | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 75a429af..71780367 100644 --- a/README.txt +++ b/README.txt @@ -10,8 +10,8 @@ incompatible way in the future. It's unlikely that any big changes will be made, but we can make no promises. Expect a non-beta release sometime in August 2008. -C++ Installation -================ +C++ Installation - Unix +======================= To build and install the C++ Protocol Buffer runtime and the Protocol Buffer compiler (protoc) execute the following: @@ -27,7 +27,19 @@ Proceed at your own risk. "make install" may require superuser privileges. -For advanced usage information on configure and make, see INSTALL. +For advanced usage information on configure and make, see INSTALL.txt. + +** Hint on insall location ** + + By default, the package will be installed to /usr/local. However, + on many platforms, /usr/local/lib is not part of LD_LIBRARY_PATH. + You can add it, but it may be easier to just install to /usr + instead. To do this, invoke configure as follows: + + ./configure --prefix=/usr + + If you already built the package with a different prefix, make sure + to run "make clean" before building again. ** Note for Solaris users ** @@ -39,6 +51,14 @@ For advanced usage information on configure and make, see INSTALL. See src/solaris/libstdc++.la for more info on this bug. +C++ Installation - Windows +========================== + +If you are using Micosoft Visual C++, see vsprojects/readme.txt. + +If you are using Cygwin or MinGW, follow the Unix installation +instructions, above. + Java and Python Installation ============================ -- cgit v1.2.3