Bundling libraries with executables
Thanks
Bundling libraries with executables
Statically linking against glib2 or bundling it with your app has [license implications](https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic) A quick Google suggests statically linking might be challenging, so Id go with the bundling option. You can have a look at how e.g. GIMP or Gedi
Bundling libraries with executables
Hi I have a Nim program I want to bundle with the glib2 library is there a way to do this