Skip to content

Creating a development environment for OpenLiveStacker

Robert Barron edited this page Jul 9, 2023 · 2 revisions

Creating a development environment for OpenLiveStacker on Windows

  1. Open PowerShell and run the command wsl --install to install Ubuntu under the Windows Subsystem for Linux.
image
  1. Windows will first install the Windows Subsystem for Linux.
image
  1. and then the Ubuntu Linux distribution.
image
  1. Once the installation is complete, you will be asked to reboot your computer.
image
  1. After the reboot, complete the installation in Powershell by running the command wsl --install ubuntu. Note that this window may open automatically after the reboot.
image
  1. Create your user/password in the new Ubuntu distribution.
image