Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装platon的几处问题 #165

Open
szfdiwang opened this issue Nov 10, 2021 · 5 comments
Open

安装platon的几处问题 #165

szfdiwang opened this issue Nov 10, 2021 · 5 comments

Comments

@szfdiwang
Copy link
Contributor

源码安装PlatON文档中
在执行到编译时, 出现几个问题

cd $GOPATH/src/github.com/PlatONnetwork/PlatON-Go
go run build/ci.go install ./cmd/platon
go run build/ci.go install ./cmd/platonkey

  1. 无法执行编译, go第三方包需要安装 , 需要先执行 go mod download .

  2. go mod download 后, 依旧无效 需要先执行 go mod tidy, 再进行 go mod download

  3. 完成以上步骤后, 进行编译 , 编译过程后报错, 且只生成了 ./cmd/platon 文件 并没有如文档所说生成 ./cmd/platonkey 文件
    1636517776(1)
    image

  4. 请给予帮助

@kaf-lamed-beyt
Copy link
Contributor

Hi @biganxin do you mind me working on this?

If yes, can you put me through what I can do?

@biganxin
Copy link
Collaborator

@Caleb335 Yes, you can do it, mainly to optimize the documentation and solve the problems encountered by the users

@biganxin
Copy link
Collaborator

@benbaley

@kaf-lamed-beyt
Copy link
Contributor

@biganxin, should I still work on this?

@biganxin
Copy link
Collaborator

@Caleb335 Yes, it's open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants