How To Add Libraries Like OpenSSL To Multichain Source Code?

+2 votes
I want to add a few libraries to my project. Do I have to add it to the Makefile or is there a simpler way to do it?
asked Mar 19, 2019 by anonymous

1 Answer

0 votes

I would think that adding it to the Makefile would be the simplest solution, since this is how MultiChain compilation is configured.

answered Mar 19, 2019 by MultiChain
Where in the Makefile are libraries linked?
...