标签:ase install path apt The 安装 x86 [] .sh
安装autoreconf:
https://blog.csdn.net/x356982611/article/details/70856470
安装xutils:
sudo apt-get install xutils-dev
安装cmake:
cmake --version
cmake-3.6.2-Linux-x86_64.sh
is sufficientchmod +x /path/to/cmake-3.6.2-Linux-x86_64.sh
(use your own file location here, but chmod makes the script executable)/path/to/cmake-3.6.2-Linux-x86_64.sh
(you‘ll need to press y
twice)
sudo ln -s /path/to/cmake-3.6.2-Linux-x86_64/bin/* /usr/local/bin
标签:ase install path apt The 安装 x86 [] .sh
原文地址:https://www.cnblogs.com/George-Okelly1995/p/10105222.html