after comment of Feng Xiao changed the entry to g++
diff --git a/src/README.md b/src/README.md
index 6ace6bc..d623a49 100644
--- a/src/README.md
+++ b/src/README.md
@@ -17,12 +17,12 @@
* libtool
* curl (used to download gmock)
* make
- * clang (gcc)
+ * g++
* unzip
On Ubuntu, you can install them with:
- $ sudo apt-get install autoconf automake libtool curl make clang unzip
+ $ sudo apt-get install autoconf automake libtool curl make g++ unzip
On other platforms, please use the corresponding package managing tool to
install them before proceeding.