shcl icon indicating copy to clipboard operation
shcl copied to clipboard

Static linking of libshclsupport

Open SquircleSpace opened this issue 6 years ago • 0 comments

SHCL depends on a small C library named libshclsupport. SHCL loads it with cffi. That's annoying. It would be way cooler if SHCL didn't depend on a special purpose shared library. Distributing SHCL is going to be awkward as long as SHCL needs a support library.

Supposedly, static linking is a thing, now. Maybe that's a viable option?

SquircleSpace avatar Jun 18 '18 06:06 SquircleSpace