aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2014-08-28 11:32:49 -0700
committerGravatar Jisi Liu <liujisi@google.com>2014-08-28 11:32:49 -0700
commit0068a929ed6dcc1a0e3c830c54911aa9fa86dd37 (patch)
tree69ed1c11177bc00df02be81bdfc543f3c32e791a
parente9c00d9dd0ac75dc3d1d140207939f11abe328b5 (diff)
parentde00052be7a1eee60732fc654e12823d67a99d7f (diff)
Merge pull request #4 from google/fix_readme
Add instructions on how to generate the configure script.
-rw-r--r--README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 0180d1e6..cbfdba74 100644
--- a/README.txt
+++ b/README.txt
@@ -5,6 +5,18 @@ https://developers.google.com/protocol-buffers/
C++ Installation - Unix
=======================
+If you get the source from github, you need to generate the configure script
+first:
+
+ $ ./autogen.sh
+
+This will download gtest source (which is used for C++ Protocol Buffer
+unit-tests) to the current directory and run automake, autoconf, etc.
+to generate the configure script and various template makefiles.
+
+You can skip this step if you are using a release package (which already
+contains gtest and the configure script).
+
To build and install the C++ Protocol Buffer runtime and the Protocol
Buffer compiler (protoc) execute the following: