Step 3: Download Visual Studio C++ Build Tools

The Visual Studio C++ Build Tools are essential for compiling and building certain dependencies that may require native extensions. These tools include the C++ compiler and standard libraries, which are necessary for developing applications on the Eclipse blockchain.

  1. Navigate to the Visual Studio C++ Build Tools Download Page:

  2. Download and Install the Build Tools:

    • Click on the "Download" or "Free download" button to start the download. Once downloaded, run the installer.

    • In the installer menu, ensure you select the "C++ build tools" workload. This includes the necessary compiler and libraries needed for blockchain development.

    • Follow the on-screen instructions to complete the installation.

Last updated