Can i build multichain_v8.dll in linux?

+2 votes
Can i use linux build multichain_v8.dll file? thanks
asked Mar 31, 2019 by anonymous

1 Answer

+1 vote

There are V8 compilation instructions for all platforms in the top directory:

https://github.com/MultiChain/multichain

However the specific file multichain_v8.dll is part of the Windows build, and can only be compiled on Windows, not Linux. For other platforms there is no separate DLL or equivalent file – V8 is built into the main MultiChain executable.

answered Apr 1, 2019 by MultiChain
...