You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#安装ccmake
sudo apt install cmake-curses-gui
git clone gflags
ccmake your gflags and configure to build gflags with shared lib.
cmake, make and sudo make install your gflags
git clone glog
export LDFLAGS='-L/usr/local/lib'# since my gflags lib is installed under /usr/local/libcd${your_glog_folder}&& ./configure && make
make install