Compile lotus from source #7354
Locked
de-authority
started this conversation in
Tutorials
Replies: 1 comment 1 reply
-
there is no 2k network |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We already have doc about how to compile lotus. you should follow the docs
Though. i want add some tips here
1. You should chose one of those bellow options. you don't have to compile every option.
2. Use vpn if you are in China
You should use vpn if you want a good experience when compile. and replace rust repository if needed. you can see doc here
3. this is not error when you run 'sudo make install'
why "bash: go: command not found"?
Typically go is installed at /usr/local/go/bin/go. but system will not search /usr/local/go/bin/ when you use sudo.
why "expr: syntax error: unexpected argument ‘1016000’"
Same reason as prior one. caused by this line of Makefile
Beta Was this translation helpful? Give feedback.
All reactions