Is it possible to build fully static binary of program using ImGui? #7085
ximik69
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
Yes. Nothing special, just build every lib you use as static. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I am looking whether ImGui fits my purpose.
I am looking for some simple gui lib for c/c++ with 10+ years of forward and backward compatibility under linux regardless of kernel, glibc, x11 and other libs versions. I see the only viable option to achieve that - static binaries. Optionally the same approach for windows.
Is it possible to build fully static binary of program using ImGui?
If yes, can I ask you for the recipe?
All the best,
Igor.
Beta Was this translation helpful? Give feedback.
All reactions