Skip to content

Commit

Permalink
[docs] install glog first given incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jul 29, 2014
1 parent 2e48c3f commit fdb1903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit fdb1903

@forwardcjj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am using Ubuntu 12.04 and I followed to install gflags, but I met such error when I make all

.build_release/lib/libcaffe.a(common.o): In function caffe::GlobalInit(int*, char***)': common.cpp:(.text+0x12a): undefined reference togflags::ParseCommandLineFlags(int_, char_*, bool)'
collect2: ld returned 1 exit status
make: *
* [.build_release/tools/test_net.bin] Error 1

Thanks in advance

Please sign in to comment.