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
Post a Comment