-
when make, will clone many submodule from github, but my env not allow use the network, can download offline and put packages in somewhere? |
Beta Was this translation helpful? Give feedback.
Answered by
rizsotto
Jul 10, 2021
Replies: 1 comment
-
You can install Bear from package and skip the whole build step: https://repology.org/project/bear/versions You see downloads during build if the dependency is not available, it compiles from source. So, if you can install those packages it won't download anything. https://github.com/rizsotto/Bear/blob/master/INSTALL.md |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rizsotto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can install Bear from package and skip the whole build step: https://repology.org/project/bear/versions
You see downloads during build if the dependency is not available, it compiles from source. So, if you can install those packages it won't download anything. https://github.com/rizsotto/Bear/blob/master/INSTALL.md