最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

解决Windows7安装Remix-ide不成功的问题

业界 admin 8浏览 0评论

Windows7安装Remix-ide

首先找到编译器git地址,https://github/ethereum/remix-ide;

进来后有安装步骤

 

具体步骤如下:

1.安装nodejs。需要用到npm;

如果我们电脑上没有node.js先登录下面的网址安装
https://docs.npmjs/getting-started/installing-node

2.安装vs,我安装的是vs2015,可选项需要安装C++功能和Windows SDK;

不想装vs使用如下命令

npm install --global --production windows-build-tools

3.管理员身份运行Windows PowerShell;(一定要下载这个)

下载地址

https://docs.microsoft/en-us/p

Windows7安装Remix-ide

首先找到编译器git地址,https://github/ethereum/remix-ide;

进来后有安装步骤

 

具体步骤如下:

1.安装nodejs。需要用到npm;

如果我们电脑上没有node.js先登录下面的网址安装
https://docs.npmjs/getting-started/installing-node

2.安装vs,我安装的是vs2015,可选项需要安装C++功能和Windows SDK;

不想装vs使用如下命令

npm install --global --production windows-build-tools

3.管理员身份运行Windows PowerShell;(一定要下载这个)

下载地址

https://docs.microsoft/en-us/p

发布评论

评论列表 (0)

  1. 暂无评论