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

Golang question #45

Open
tony opened this issue Apr 17, 2015 · 1 comment
Open

Golang question #45

tony opened this issue Apr 17, 2015 · 1 comment

Comments

@tony
Copy link

tony commented Apr 17, 2015

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?

@sqs
Copy link
Member

sqs commented Apr 17, 2015

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.

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

2 participants