You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I were to include support for libgit2, git2go, and python-hglib in a built version of go-vcs, would it be possible to produce a binary that included all the libraries inside of it without the user having to have to install them for their own system?
The text was updated successfully, but these errors were encountered:
I think python-hglib shells out to hg, so you'd also need both python and hg available. But otherwise yes, you can statically link all of the other things in a binary. This would be a very welcome contribution!! It is a huge pain to install these deps.
If I were to include support for libgit2, git2go, and python-hglib in a built version of go-vcs, would it be possible to produce a binary that included all the libraries inside of it without the user having to have to install them for their own system?
The text was updated successfully, but these errors were encountered: