esternin / eXtrema

https://www.physics.brocku.ca/Labs/extrema/
GNU General Public License v2.0
6 stars 1 forks source link

Modify tools to include making of a static executable #37

Closed esternin closed 3 years ago

esternin commented 3 years ago

Can we have an option of make extrema-static that can be distributed as one large executable, no run-time libraries required?

vadz commented 3 years ago

No, it will always have to depend on the system GTK and image libraries, linking GTK statically is not supported (by GTK). You could link wx libraries statically, of course, but this won't really help much.