码迷,mamicode.com
首页 > 其他好文 > 详细

[] 安装glow

时间:2018-12-12 00:37:24      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:ase   install   path   apt   The   安装   x86   []   .sh   

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

标签:ase   install   path   apt   The   安装   x86   []   .sh   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!