aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeardedn5rd <beardedn5rd@posteo.eu>2016-05-06 14:49:52 +0200
committerbeardedn5rd <beardedn5rd@posteo.eu>2016-05-06 14:49:52 +0200
commitb12f630e8190f6c0fb7a58a434e445da1d5daff8 (patch)
treeb95912c36d0fb055ce40cf3cb490fb21d650bc03
parent09f1757cf55236f14ab5cc23cf36ec802860744f (diff)
downloadprotobuf-b12f630e8190f6c0fb7a58a434e445da1d5daff8.tar.gz
protobuf-b12f630e8190f6c0fb7a58a434e445da1d5daff8.tar.bz2
protobuf-b12f630e8190f6c0fb7a58a434e445da1d5daff8.zip
updated README
-rw-r--r--src/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index 4e312c0c..6ace6bcd 100644
--- a/src/README.md
+++ b/src/README.md
@@ -16,10 +16,13 @@ To build protobuf from source, the following tools are needed:
* automake
* libtool
* curl (used to download gmock)
+ * make
+ * clang (gcc)
+ * unzip
On Ubuntu, you can install them with:
- $ sudo apt-get install autoconf automake libtool curl
+ $ sudo apt-get install autoconf automake libtool curl make clang unzip
On other platforms, please use the corresponding package managing tool to
install them before proceeding.