1.git clone源码

2.init-tools.cmd

3.

Error: DIA SDK is missing at "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\DIA SDK". This is due to a bug in the Visual Studio installer. It does not install DIA SDK at "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\" but rather at VS install location of previous version. Workaround is to copy DIA SDK folder from VS install location of previous version to "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\" and then resume build.
Visual Studio Express does not include the DIA SDK. You need Visual Studio 2015 or 2017 (Community is free).
See: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md#prerequisites

4.

CMake is a pre-requisite to build this repository but it was not found on the path. Please install CMake from http://www.cmake.org/download/ and ensure it is on your path.
Failed to generate native component build project!

安装cmake-3.10.0-rc3-win64-x64.msi

5.

"E:\GitHub\dotnet\corefx\bin\obj\Windows_NT.x64.Debug\native\CMakeFiles\3.10.0-rc3\VCTargetsPath.vcxproj" (default target) (1) ->
E:\GitHub\dotnet\corefx\bin\obj\Windows_NT.x64.Debug\native\CMakeFiles\3.10.0-rc3\VCTargetsPath.vcxproj(14,2): error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

需要在visual studio安装的时候,安装c++

最新文章

  1. python学习笔记-(十四)进程&amp;协程
  2. windows 8下配置PLSQLDeveloper
  3. [UIScreen mainScreen].bounds.size.width 和self.view.frame.size.width的区别
  4. javascript基础程序(算出一个数的平方值、算出一个数的阶乘、输出!- !- !- !- !- -! -! -! -! -! 、函数三个数中的最大数)
  5. Swift可空(Optional)类型基础
  6. Linux搭建python环境
  7. CentOS 6.4安装Apache+MySQL+PHP的图文教程
  8. [LINQ]查询关键字
  9. knockout简单实用教程2
  10. SQL Server 中的跨库视图
  11. 几点思考-人生哲学,生活方式---ShinePans
  12. vs2012代码段,快捷键,snippet 的使用
  13. 对java中路径的一些理解
  14. 翻译:DECLARE Variable(已提交到MariaDB官方手册)
  15. Vxlan学习笔记——实现
  16. Cookie,Session的区别
  17. MongoDB pymongo模块 删除数据
  18. 24-Python3 OS
  19. Ubuntu16.04安装
  20. 课程一(Neural Networks and Deep Learning),第二周(Basics of Neural Network programming)—— 3、Python Basics with numpy (optional)

热门文章

  1. Android系统驱动【转】
  2. caioj1496: [视频]基于连通性状态压缩的 动态规划问题:Manhattan Wiring
  3. centos7 usually use
  4. javascript动画函数封装
  5. iOS开发者账号证书配置及相关工作
  6. poj 2828 Buy Tickets【线段树 单点更新】
  7. 别让好想法埋没:如何进行APP开发?
  8. IPv6地址分配
  9. Python-超好用的Django源码解析
  10. CF482C Game with Strings (状压DP+期望DP)