quilc icon indicating copy to clipboard operation
quilc copied to clipboard

Support building dynamic library on Linux, etc.

Open Shadow53 opened this issue 3 years ago • 1 comments

This Makefile only has support for building a MacOS .dylib file and will try to do this even on Linux systems, where it fails because -dynamiclib is not a valid flag.

Shadow53 avatar Nov 09 '22 03:11 Shadow53

The latest release has more support for Linux .so building.

stylewarning avatar Aug 03 '23 17:08 stylewarning