c++ - How to compile spec256k1 into a shared object? -


i'm trying use ruby wrapper requires .so file run. have c++ project want compile .so can link in ruby. don't know how that.

any appreciated.

the solution build c++ project, , resulting object file object.o, run g++ -shared object.o. resulting a.out file shared object file.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -