QNE Windows toolchain bootstrap v00001

Open PowerShell.

Go to the folder where you extracted this zip. Example:

cd $env:USERPROFILE\QNEDEV\toolchains\windows\qne-windows-toolchain-bootstrap-v00001

Run the setup check:

powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\setup.ps1

If the toolchain check says incomplete, open PowerShell as Administrator, return to this folder, then run:

cd $env:USERPROFILE\QNEDEV\toolchains\windows\qne-windows-toolchain-bootstrap-v00001

powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\setup.ps1 -Install

After install mode finishes, close PowerShell, reopen normal PowerShell, return to this folder, then run:

cd $env:USERPROFILE\QNEDEV\toolchains\windows\qne-windows-toolchain-bootstrap-v00001

powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\setup.ps1

If the toolchain check says ready, run:

powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\run-qne-node-v00023-test-cycle.ps1

Useful checks after the installer runs:

Test-Path "$env:USERPROFILE\QNE\qnenode\bin\qne.exe"

Test-Path "$env:USERPROFILE\QNE\qnenode\bin\qne-node.exe"

Get-ChildItem "$env:USERPROFILE\QNE\qnenode"

Get-ChildItem "$env:USERPROFILE\QNE\qnenode\status"
