[] 安装glow

安装autoreconf:

https://blog.csdn.net/x356982611/article/details/70856470

安装xutils:

sudo apt-get install xutils-dev

 

安装cmake:

  1. Check your current version with cmake --version
  2. Visit https://cmake.org/download/ and download the latest binaries
    • In my case cmake-3.6.2-Linux-x86_64.sh is sufficient
  3. chmod +x /path/to/cmake-3.6.2-Linux-x86_64.sh (use your own file location here, but chmod makes the script executable)
  4. /path/to/cmake-3.6.2-Linux-x86_64.sh (you'll need to press y twice)

  5. sudo ln -s /path/to/cmake-3.6.2-Linux-x86_64/bin/* /usr/local/bin

posted @ 2018-12-11 21:08  GeorgeOkelly  阅读(255)  评论(0编辑  收藏  举报