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

Full static binary #3

Closed
cortex opened this issue Dec 14, 2015 · 3 comments
Closed

Full static binary #3

cortex opened this issue Dec 14, 2015 · 3 comments

Comments

@cortex
Copy link
Owner

cortex commented Dec 14, 2015

Bundle everything needed to run the application into a single binary, for easy distribution.

These items need bundling:

@elimisteve
Copy link

This sounds great, but wouldn't there be Qt dependencies that wouldn't or couldn't go into one binary? Whenever I use a Go library that in turn wraps some C++, I need to install the C++ dependencies separately.

@cortex
Copy link
Owner Author

cortex commented Feb 6, 2016

There are definitely Qt dependencies, so for this to work, the binary would have to be built statically. This is potentially a lot of work since Qt does not tend to be shipped in static mode. You will of course still need to grab the C++ dependencies if you build the binary.

@cortex
Copy link
Owner Author

cortex commented Jun 17, 2016

I agree that this seems unfeasible at the moment, I'm pretty happy with the current install method, closing this for now.

@cortex cortex closed this as completed Jun 17, 2016
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