ChakraCore
ChakraCore copied to clipboard
Unsupported target processor: AMD64
I'm trying to build chakracore with the visual studio solution but an error is raised during configuration which I traced back to line 63 in CMakeLists.txt that indicates that the processor my machine is running is not supported. How can I be able to complete this build successfully?
Are you building on Windows? Visual Studio solution provided with the sources does not invoking CMake.
We have two build configurations checked in - CMake for Nix'es and VS for Windows, currently CMake does not support Windows builds, though that is an aspiration at some point.