Bundling libraries with executables

2021-06-02 Thread Cnerd
Thanks

Bundling libraries with executables

2021-06-01 Thread shirleyquirk
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

2021-05-31 Thread Cnerd
Hi I have a Nim program I want to bundle with the glib2 library is there a way to do this