Skip to content

3.2.1 Windows

Martin Benninger edited this page Nov 9, 2018 · 3 revisions
  • Make sure that you are using powershell and not cmd. The guide focuses on using powershell, and gradle works better and looks nicer when using powershell.
  • Powershell automatically replaces / where a \ is required under Windows. The guide uses this system-agnostic notation, but you don't have to worry about manually replacing slashes.
  • If you are using Windows 10 you need to change the PowerShell Execution Policy. We suggest setting it to RemoteSigned.
    • Open PowerShell as an Administrator
    • Run the following command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
    • This is a system wide setting so you only need to set it once

Clone this wiki locally