Commit 02eb89f5 authored by zyearn's avatar zyearn

update docs about installing deps in mac

parent fe4285ba
...@@ -222,7 +222,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi ...@@ -222,7 +222,7 @@ To not link debugging symbols, use `cmake -DWITH_DEBUG_SYMBOLS=OFF ..` and compi
Install common deps: Install common deps:
``` ```
$ brew install openssl git $ brew install openssl git gnu-getopt
``` ```
Install [gflags](https://github.com/gflags/gflags), [protobuf](https://github.com/google/protobuf), [leveldb](https://github.com/google/leveldb): Install [gflags](https://github.com/gflags/gflags), [protobuf](https://github.com/google/protobuf), [leveldb](https://github.com/google/leveldb):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment