-
如题 |
Beta Was this translation helpful? Give feedback.
Answered by
varabot
Jul 2, 2024
Replies: 1 comment
-
在 Linux 上可以参考 https://wiki.gear-tech.io/docs/node/setting-up#compile-gear-node-by-yourself 安装所需的依赖 其他平台可以使用 Docker 编译, 流程可参考 https://github.com/gear-tech/builds/blob/master/.github/workflows/nightly.yml 克隆 https://github.com/gear-tech/gear.git 仓库后,在此目录下执行
这种方式编译的二进制默认不含 gcli 子命令,如果需要启用该命令,需要启用 可以参考官方二进制 https://get.gear.rs/ 通过如下方式构建
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
varabot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在 Linux 上可以参考 https://wiki.gear-tech.io/docs/node/setting-up#compile-gear-node-by-yourself 安装所需的依赖
其他平台可以使用 Docker 编译, 流程可参考 https://github.com/gear-tech/builds/blob/master/.github/workflows/nightly.yml
克隆 https://github.com/gear-tech/gear.git 仓库后,在此目录下执行
这种方式编译的二进制默认不含 gcli 子命令,如果需要启用该命令,需要启用
cli
feature可以参考官方二进制 https://get.gear.rs/ 通过如下方式构建