aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.md
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-03-30 12:18:23 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-03-30 12:22:46 -0700
commitaf5004653fcb568e8ebe8f0818a4524ca93f7581 (patch)
tree2e7a4992f162d03f2bf33f59ecce1297a57f0b89 /INSTALL.md
parentc7cbbaf80f4658165142c7f7d13c0ae0dfe368b2 (diff)
Add instructions to install libgflags-dev,libgtest-dev, clang and libc++-dev
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 89f2f11f9d..ac03a5e6ac 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,6 +22,12 @@ refer to these documents
$ [sudo] apt-get install build-essential autoconf libtool
```
+If you plan to build from source and run tests, install the following as well:
+```sh
+ $ [sudo] apt-get install libgflags-dev libgtest-dev
+ $ [sudo] apt-get install clang libc++-dev
+```
+
## Mac OSX
For a Mac system, git is not available by default. You will first need to