Tencent / phxpaxos

The Paxos library implemented in C++ that has been used in the WeChat production environment.
Other
3.36k stars 863 forks source link

关于编译手册的疑问 #188

Open 1020xyr opened 4 years ago

1020xyr commented 4 years ago

编译glog

进入third_party/glog目录。 ./configure CXXFLAGS=-fPIC -prefix=[当前目录绝对路径], 这一步CXXFLAGS和-prefix都必须设置对。 make && make install 编译完成检查是否在当前目录成功生成lib子目录,并检查在lib目录是否成功生成静态库libglog.a.

这里是不是应该加上./autoinstall.sh