Then, last week compiled CORECLR did not pass, my side of the compiler failure is the main reason is the operating system is x86, and GitHub on the development Guide, the explicit requirements of the Windows platform compiled support is x64, I replaced the x64 computer to compile on OK, The compilation process lasts longer, and the screen is compiled with CMake as follows:
About 10 minutes, the compilation is successful, the display screen is as follows:
The results of the complete output are as follows:
After the compilation is complete, under the generated folder, there will be Corefx vs Project project files under the CMake folder, which can be opened with VS2013 as shown in:
Open the project file, as shown below, the entire project contains multiple projects, a lot of C + + code, or standard Windows-style.
The files generated after compilation are as follows:
Next I'm going to try a hello World under windows and then get a Hello World under the Linux platform.
. Corefx and CORECLR of net open source (II.)