From: Evan Shelhamer Date: Tue, 29 Jul 2014 02:49:10 +0000 (-0700) Subject: [docs] install glog first given incompatibility X-Git-Tag: submit/tizen/20180823.020014~653^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdb190358ed5045d79a8d7de872aaa9682cc81e5;p=platform%2Fupstream%2Fcaffeonacl.git [docs] install glog first given incompatibility --- diff --git a/docs/installation.md b/docs/installation.md index 9cf9700..820b918 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