moneroexamples / onion-monero-blockchain-explorer

Onion Monero Blockchain Explorer
https://xmrchain.net
BSD 3-Clause "New" or "Revised" License
369 stars 269 forks source link

Compile Error #219

Closed blockchainOSINT closed 4 years ago

blockchainOSINT commented 4 years ago

I'm using Visual Studio Build Tools 16.7.5 on Windows 10 Pro to compile main.cpp however I keep running into this error

C:\Users\...\Source\Repos\onion-monero-blockchain-explorer>cl /EHsc main.cpp

src/page.h(10): fatal error C1083: Cannot open include file: 'mstch/mstch.hpp': No such file or directory

Please excuse my ignorance on not knowing how to compile a C++ file. I looked for resources to explain the problem but struck out.

moneroexamples commented 4 years ago

Sadly I'm not developing it for windows. A current support for windows was provided by community members.

blockchainOSINT commented 4 years ago

Good call, I just compiled it on an Ubuntu VM and it was much easier. Appreciate the reply.