Skip to content

Commit 163997d

Browse files
committed
Add prereq install details
1 parent 94f88b8 commit 163997d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

articles/blockchain/service/connect-truffle.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ In this quickstart, you use Truffle connect to an Azure Blockchain Service trans
1616
## Prerequisites
1717

1818
* Complete [Quickstart: Create a blockchain member using the Azure portal](create-member.md) or [Quickstart: Create an Azure Blockchain Service blockchain member using Azure CLI](create-member-cli.md)
19-
* Install [Truffle](https://github.com/trufflesuite/truffle). Truffle requires several tools to be installed including [Node.js](https://nodejs.org), [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
20-
* Install [Python 2.7.15](https://www.python.org/downloads/release/python-2715/). Python is needed for Web3.
19+
* [Node.js 10.15.x or higher](https://nodejs.org)
20+
* [Git 2.10.x or higher](https://git-scm.com)
21+
* [Python 2.7.15](https://www.python.org/downloads/release/python-2715/) Add python.exe to your path. Having Python version 2.7.15 in your path is required for Web3.
22+
* [Truffle 5.0.0](https://www.trufflesuite.com/docs/truffle/getting-started/installation)
23+
24+
On Windows, an installed C++ compiler is required for the node-gyp module. You can use the MSBuild tools:
25+
26+
* If Visual Studio 2017 is installed, configure npm to use the MSBuild tools with the command `npm config set msvs_version 2017 -g`
27+
* If Visual Studio 2019 is installed, set the MS build tools path for npm. For example, `npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"`
28+
* Otherwise, install the stand-alone VS Build tools using `npm install --global windows-build-tools` in an elevated *Run as administrator* command shell.
29+
30+
For more information about node-gyp, see the [node-gyp repository on GitHub](https://github.com/node-gyp).
2131

2232
## Create Truffle project
2333

articles/blockchain/service/connect-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ In this quickstart, you install and use the Azure Blockchain Development Kit for
1818
* Complete [Quickstart: Create a blockchain member using the Azure portal](create-member.md) or [Quickstart: Create an Azure Blockchain Service blockchain member using Azure CLI](create-member-cli.md)
1919
* [Visual Studio Code](https://code.visualstudio.com/Download)
2020
* [Azure Blockchain Development Kit for Ethereum extension](https://marketplace.visualstudio.com/items?itemName=AzBlockchain.azure-blockchain)
21-
* [Node.js 10.15.x or higher](https://nodejs.org/download)
21+
* [Node.js 10.15.x or higher](https://nodejs.org)
2222
* [Git 2.10.x or higher](https://git-scm.com)
23-
* [Python 2.7.15](https://www.python.org/downloads/release/python-2715/) Add python.exe to your path. Python version 2.7.15 in your path is required for Azure Blockchain Development Kit.
23+
* [Python 2.7.15](https://www.python.org/downloads/release/python-2715/) Add python.exe to your path. Having Python version 2.7.15 in your path is required for Azure Blockchain Development Kit.
2424
* [Truffle 5.0.0](https://www.trufflesuite.com/docs/truffle/getting-started/installation)
2525
* [Ganache CLI 6.0.0](https://github.com/trufflesuite/ganache-cli)
2626

0 commit comments

Comments
 (0)