By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.
curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh
bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh)
光curl就只下了个安装脚本,还只是输出到终端。。。 是当前下到目录吗 执行ls没有文件在当前目录下,好像只输出到终端
bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh) 光curl就只下了个安装脚本,还只是输出到终端。。。 是当前下到目录吗 执行ls没有文件在当前目录下,好像只输出到终端
@jiagushuai 你仔细看文档提供的安装命令,curl下载完是送入bash执行的,你只是下载了而已
bash <(curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh )
执行命令curl -fsSL https://cdn.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh
这个是你的命令,仔细对比下
我输入完成的命令后缺少依赖,环境是centos7支持xmake是吗?
get.sh脚本好久没在centos上试过了,如果yum过不了,直接从releases下下载 https://github.com/xmake-io/xmake/releases/download/v2.3.1/xmake-v2.3.1.gz.run 的 自安装脚本,执行安装就好,apt/yum 仅仅只是为了装 make/gcc这些编译必须的工具而已。。
你可以运行 xmake-v2.3.1.gz.run安装,gcc什么的自己手动确保本机已经装了就行,也没啥其他依赖。
./xmake-v2.3.1.gz.run