MultiChain / multichain

Source code for multichaind, multichain-cli and multichain-util.
GNU General Public License v3.0
536 stars 259 forks source link

Linux 18 Build fail - /v8/v8engine.h:10:10: fatal error: v8.h: No such file or directory #include <v8.h> #103

Open inzider opened 5 years ago

inzider commented 5 years ago

Hi,

I'm trying to build the multichain source code but get this error.

"/v8/v8engine.h:10:10: fatal error: v8.h: No such file or directory

include <v8.h>".

All files are in place. I can see the V8.h file in the folder as referenced in V8engine.h. Please confirm where the V8 build should go since the "extract in current folder" in instructions is not clear.

Any advice ?

Thanks in advance.