[] 安装glow

安装autoreconf:.net

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

安装xutils:blog

sudo apt-get install xutils-devip

 

安装cmake:ci

  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)get

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

相关文章
相关标签/搜索