Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rianquinn authored Jan 11, 2019
1 parent 9dc6cfe commit 9ad6a3d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,26 @@ instructions follow below.

#### Windows (WSL):
- Ubuntu 18.04 LTS (Windows Store)
- Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux (Powershell with admin rights)

Then run the following in the WSL command prompt:
In a powershell terminal with admin right, run the following:

```
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
```

Then run the following in the WSL command prompt that is created:

```
sudo apt-get update
sudo apt-get install git build-essential nasm clang cmake libelf-dev
```

Your files can be found here:

```
C:\Users\%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\
```

Note that the WSL cannot be used to compile the Windows drivers or start/stop the hypervisor.
It can, however, be used to compile the hypervisor including the UEFI version without the
need for Cygwin. If this is paired with the Visual Studio build environment, and you manually
Expand Down

0 comments on commit 9ad6a3d

Please sign in to comment.