CICM / pd-faustgen

The FAUST compiler embedded in a Pd external
MIT License
43 stars 8 forks source link

Add an option to link against an installed libfaust. Fixes #12. #14

Closed agraef closed 4 years ago

agraef commented 4 years ago

Note that this will link against the shared library if present, as gcc will prefer that. @pierreguillot, @dvzrv, if you both have a strong preference for linking libfaust statically, I can change it, but it will add a lot of complication and might not work on some systems, because there's no easy way to detect the location of the static library on all platforms.

agraef commented 4 years ago

@pierreguillot, I guess that you still need more time to review this, so I'll just go ahead and rebase #13 on this PR now, so that we can then close this one and have the entire shebang in #13. This will let me continue while you take your time. I actually have all this ready, and I'd like to get this out of the door asap, so that I can continue to work on more interesting things. ;-)

agraef commented 4 years ago

Added this PR to #13, so closing this one.