zoukankan      html  css  js  c++  java
  • ubuntu 14.04 安装 glog

    1.下载

    git clone https://github.com/google/glog
    

    2.配置

    sudo apt-get install autoconf automake libtool
    

    3.编译安装

    进入源码根目录(glog文件夹) 
    ./autogen.sh 
    ./configure 
    make -j 24 
    sudo make install
    

      

  • 相关阅读:
    iOS
    iOS
    iOS
    iOS
    iOS
    iOS
    iOS
    iOS
    iOS
    ajax 几种提交方式
  • 原文地址:https://www.cnblogs.com/sea-stream/p/9798088.html
Copyright © 2011-2022 走看看