-
Notifications
You must be signed in to change notification settings - Fork 1
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
Get static compilation working in a container of some sort #2
Comments
Would adding |
This application is written in C++, not Python. |
In Which Darkobits Learns that Reading Comprehension is a Life Skill |
Speaking as a C++ illiterate, still curious if there's no way to just compile the whole thing into a single binary that Just WorksTM. |
I appreciate the interest. If you have any guidance on how to Just Do It™ I'm all ears 🙃 |
People are having trouble compiling this. Setting up a container (probably Docker) to build it in might help. I'll need to iron out the details of what versions of each library is required, and then hopefully out of the container we can get statically linked executables.
The text was updated successfully, but these errors were encountered: