[] 安裝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

相關文章
相關標籤/搜索