I would ask the project's maintainer for build instructions, from glancing over the CMakeLists.txt files it looks like an external project 'cryptopp' is expected in the same directory as c-ethash (see here: https://github.com/xcthulhu/c-ethash/blob/master/cryptopp/CMakeLists.txt).
I think it also makes sense to first get the native version building successfully before attempting an asm.js build. Cheers, -Floh. Am Samstag, 1. April 2017 22:05:27 UTC+2 schrieb Joaquim Madeira: > > Hey, > > I'm trying to build this repo (https://github.com/xcthulhu/c-ethash) with: > > emcmake cmake .. > > But it's unable to find CryptoPP and MPI Libraries, what should i do for > it to output ASM JS code? > > Tks, > Joaquim. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
