diff options
author | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-07-28 19:49:10 -0700 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-07-28 19:49:10 -0700 |
commit | fdb190358ed5045d79a8d7de872aaa9682cc81e5 (patch) | |
tree | 11018c268f6d075513514481bf6b3f27fc91392f | |
parent | 2e48c3fc4fdfd73d9bfac13829ef78da0e5ad474 (diff) | |
download | caffeonacl-fdb190358ed5045d79a8d7de872aaa9682cc81e5.tar.gz caffeonacl-fdb190358ed5045d79a8d7de872aaa9682cc81e5.tar.bz2 caffeonacl-fdb190358ed5045d79a8d7de872aaa9682cc81e5.zip |
[docs] install glog first given incompatibility
-rw-r--r-- | docs/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md index 9cf97002..820b918d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -87,7 +87,7 @@ The only exceptions being the google flags library and the google logging librar cmake .. make && make install -Note that glog does not compile with the most recent gflags version (2.1), so before that is solved you will need to build with gflags first. Also note that if you have newer versions of Ubuntu, like 13.04 or 14.04, gflags may be available under apt-get. +Note that glog does not compile with the most recent gflags version (2.1), so before that is solved you will need to build with glog first. Also note that if you have newer versions of Ubuntu, like 13.04 or 14.04, gflags may be available under apt-get. #### OS X |