Skip to content

Building on Windows 10

GhostDog98 edited this page Jan 20, 2021 · 1 revision

Compiling

First clone the github repository using git, cd into the folder. You will need the following dependencies to compile:

  • Visual Studio 2019 16.7 and above
  • Powershell

After CD'ing, the following command should import the building library for powershell:
Import-Module ./build.psm1 After that, if it is your first time building, run Start-PSBuild -Clean, otherwise, just use Start-PSBuild. After this, your build should be in ./src/powershell-win-core/bin/Debug/net5.0/win7-x64

Clone this wiki locally