首页 > 其他 > 详细

[] 安装glow

时间:2018-12-11 23:56:41      阅读:287      评论:0      收藏:0      [点我收藏+]

安装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

[] 安装glow

原文:https://www.cnblogs.com/George-Okelly1995/p/10105222.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!