summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-07-28 19:45:09 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-07-28 19:45:20 -0700
commit2e48c3fc4fdfd73d9bfac13829ef78da0e5ad474 (patch)
tree384238dd634a48ab850664702537b832379b84c1 /docs
parent05314ffbf499481214596cccb1458cb109fd0c4f (diff)
downloadcaffeonacl-2e48c3fc4fdfd73d9bfac13829ef78da0e5ad474.tar.gz
caffeonacl-2e48c3fc4fdfd73d9bfac13829ef78da0e5ad474.tar.bz2
caffeonacl-2e48c3fc4fdfd73d9bfac13829ef78da0e5ad474.zip
[docs] fix missing glog install cd
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installation.md b/docs/installation.md
index a74071f8..9cf97002 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -76,6 +76,7 @@ The only exceptions being the google flags library and the google logging librar
# glog
wget https://google-glog.googlecode.com/files/glog-0.3.3.tar.gz
tar zxvf glog-0.3.3.tar.gz
+ cd glog-0.3.3
./configure
make && make install
# gflags