https://xmake.io/#/zh-cn/about/course
$ git clone --recursive https://github.com/xmake-io/xmake.git
$ cd ./xmake
$ ./scripts/get.sh __local__
$ source ~/.xmake/profile
#如果觉得github的源太慢,可以通过gitee的镜像源拉取:
$ git clone --recursive https://gitee.com/tboox/xmake.git
注:./get.sh __local__是安装到~/.local/xmake下,然后通过source ~/.xmake/profile方式来加载的,所以安装完,当前终端如果执行xmake失败,提示找不到,就手动执行下 source ~/.xmake/profile,而下次打开终端就不需要了。
$ ./scripts/get.sh __uninstall__
$ xmake update 2.2.4
或者
#从 <https://github.com/xmake-io/xmake/releases> 上下载deb安装包
$ dpkg -i xmake-xxxx.deb