From fa1a1b0defce45e1a015a586e36883e8b523367c Mon Sep 17 00:00:00 2001 From: crt Date: Sun, 14 Dec 2025 01:18:58 +0100 Subject: wsl --- WINDOWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'WINDOWS.md') diff --git a/WINDOWS.md b/WINDOWS.md index 6ea2e3f..a1feb96 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -11,11 +11,15 @@ install these tools (download from official websites, winget is unreliable): - download from: https://podman-desktop.io/downloads - includes podman CLI and WSL2 machine - after install, open Podman Desktop and initialize the machine + - you will have to enable wsl and virtual machine platform run the following in an admin cmd window : + `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart` + `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart` + - then reboot your computer and continue with podman initial setup 2. **Rust & Cargo** (for building binaries) - download rustup from: https://rustup.rs/ - - run the installer and follow prompts - - open Visual Studio Installer via Windows menu + - run the installer and follow prompts and install the basic visual studio (not vs code) stuff and complete the rust setup in the cmd window + - after cmd rust stuff is installed open Visual Studio Installer via Windows menu - select modify - make sure "Desktop Developement with C++" and "Linux, Mac, and Embedded Developement with C++" are checked - press the modify button with windows shield of deceipt -- cgit v1.2.3-70-g09d2