Setup Solana BPF Toolchain on Windows
How to setup for the Solana Pathway on Windows
Last updated
Was this helpful?
How to setup for the Solana Pathway on Windows
Last updated
Was this helpful?
The Rust BPF toolchain is not available for Windows. This means that compiling Solana programs cannot be performed in a Windows development environment. The following software is required to set up and complete the Solana Pathway on a computer running the Microsoft Windows operating system:
Windows 10 Home machines must meet the following requirements to install Docker Desktop:
Install Windows 10, version 1903 or higher.
The following hardware prerequisites are required to successfully run WSL2 on Windows 10 Home:
64 bit processor with
4GB system RAM
BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, refer to the troubleshooting topic.
Enable the WSL2 feature on Windows. For detailed instructions, refer to the .
Download and install the .
It is also important to make sure your PATH in the WSL environment includes the location of the Solana release you have installed, such as :PATH="~/.local/share/solana/install/active_release/bin:$PATH"
Happy building! 😁
To access the filesystem of your for WSL :
Run the command from a cmd.exe
or PowerShell terminal. Once you have logged in, install the with the command: sh -c "$(curl -sSfL https://release.solana.com/v1.7.11/install)"
More information on viewing and setting the PATH in Linux is .
Once WSL is installed and you can access it through the Windows command prompt, you can continue to follow the in the Solana Pathway. This will enable you to compile Solana programs on a computer running Microsoft Windows, within the WSL environment.